summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit-torch.cpp
AgeCommit message (Expand)Author
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2023-09-25Add test for vector-element contiguity error (#3235)Sai Praveen Bangaru
2023-09-23More `slangpy` features + polishing (#3233)Sai Praveen Bangaru
2023-09-08Remove unsupported torch types + add bool type. (#3197)Sai Praveen Bangaru
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-04-13Set sharedMem argument to 0 when launching cuda kernel. (#2799)Yong He
2023-04-11Small fixes to TorchTensor. (#2790)Yong He
2023-03-30More builtin library support in torch backend. (#2760)Yong He
2023-03-29Convert tensor types in `make_tensor_view`. (#2755)Yong He
2023-03-28Add slangpy doc, fix cuda prelude. (#2748)Yong He
2023-03-27Translate all composed types into tuple types in pyBind. (#2744)Yong He
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He