summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-nvrtc-compiler.cpp
AgeCommit message (Expand)Author
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2023-11-07CUDA: Fixes for NVRTC 12.x and warp mask ambiguity; adds CC 8.x warp reductio...Neil Bickford
2023-08-01Fix literals needing cast (#3039)jsmall-nvidia
2023-08-01Generalize collectInductionValues (#3031)Ellie Hermaszewska
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-10Add struct version to DownstreamCompiler::CompileOptions interface (#2692)jsmall-nvidia
2022-11-10Improvements to NVRTC diagnostic parsing (#2504)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2021-10-28Hotfix/osx fix (#1994)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-29Simplify CommandLine by removing Escaping (#1825)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-14NVTRC 64 bit requirement (#1792)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia