-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slangpy numpy marshall + cleanup (#155)
* Initial work to get native slangpy running again * All slangpy tests now working * Start optimizations to shift slangpy to using shadercursor for uniforms * NativeType->NativeMarshall * Started on native value and buffer marshalling * Native NDBuffer largely working * Handle broadcasting+output alloc for ndbuffer * Raw dispatch for ndbuffer * NDBuffer has to/from numpy functions * Pre PR cleanup * Numpy marshall for slangpy * Slangpy shape uses size_t * Replace shape size_t with int64 * Revert "Replace shape size_t with int64" This reverts commit 6740ea6. * Revert "Slangpy shape uses size_t" This reverts commit 83b4e12.
- Loading branch information
1 parent
99e7cfd
commit 2633727
Showing
6 changed files
with
406 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.