index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prelude
Age
Commit message (
Expand
)
Author
2023-07-12
Fix native string emit for CUDA/Cpp backend. (#2980)
Yong He
2023-06-27
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-05-09
Various fixes for autodiff and slangpy. (#2876)
Yong He
2023-04-13
Set sharedMem argument to 0 when launching cuda kernel. (#2799)
Yong He
2023-04-11
Small fixes to TorchTensor. (#2790)
Yong He
2023-04-05
Fix linking issue in slangpy + no mask param for kernels. (#2778)
Yong He
2023-03-30
More builtin library support in torch backend. (#2760)
Yong He
2023-03-29
Convert tensor types in `make_tensor_view`. (#2755)
Yong He
2023-03-28
Add slangpy doc, fix cuda prelude. (#2748)
Yong He
2023-03-26
Update slang-llvm (#2735)
Yong He
2023-03-26
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-17
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-14
Preliminary debugBreak support (#2647)
jsmall-nvidia
2022-12-14
Fix code generation for matrix reshape. (#2568)
Yong He
2022-11-10
Fix inlining pass. (#2506)
Yong He
2022-11-09
f32tof16 and f16tof32 support for CPU targets (#2500)
jsmall-nvidia
2022-10-31
Make cpp-host prelude include scalar intrinsics. (#2478)
Yong He
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-08-10
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-06-08
Improved bounds checking for C++/CUDA (#2263)
jsmall-nvidia
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2022-02-03
Fixed naming conflicts in heterogeneous-hello-world (#2114)
David Siher
2021-10-19
Generalize heterogenous code emit (#1968)
David Siher
2021-09-14
Bring heterogeneous-hello-world back up to date. (#1935)
David Siher
2021-09-10
First Slang LLVM integration (#1934)
jsmall-nvidia
2021-06-10
CUDA layout corner cases/testing (#1881)
jsmall-nvidia
2021-06-04
Enable tracing rays with OptiX backend (#1871)
Nathan V. Morrical
2021-05-25
OptiX ray payload read/write support in raytracing pipeline shaders (#1853)
Nathan V. Morrical
2021-05-15
Read half->float RWTexture conversion (#1842)
jsmall-nvidia
2021-05-15
Surface access on CUDA is byte addressed in X (#1841)
jsmall-nvidia
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-05-14
CUDA half RWTexture write support/doc improvements (#1839)
jsmall-nvidia
2021-05-06
Support for reads from RWTexture<half> (#1837)
jsmall-nvidia
2021-05-04
CUDA half comparison support (#1834)
jsmall-nvidia
2021-05-04
More CUDA Half support (#1833)
jsmall-nvidia
2021-04-30
Preliminary CUDA half maths (#1827)
jsmall-nvidia
2021-04-23
Preliminary CUDA Half support (#1808)
jsmall-nvidia
2021-03-12
Add a CPU renderer implementation (#1750)
Tim Foley
2021-03-04
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
Yong He
2020-10-07
Fix C++ emit for `bit_cast` inst. (#1570)
Yong He
2020-10-05
Small fixes for CUDA code emit (#1564)
Tim Foley
2020-09-24
Enable default cpp prelude. (#1560)
Yong He
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-09-16
Fix some issues around dim3 for CUDA (#1544)
Tim Foley
[next]