summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-03Fix#8085: Batch-9: Enable cuda tests (#8269)Harsh Aggarwal (NVIDIA)
2025-09-03Add Optix Intrinsics Coverage (#8159) (#8310)Harsh Aggarwal (NVIDIA)
2025-09-03Fix#8086: Batch-10: Enable cuda tests (#8270)Harsh Aggarwal (NVIDIA)
2025-09-02manually config ccache locally (#8351)Gangzheng Tong
2025-09-03Enable ccache for self-hosted runner (#8345)Gangzheng Tong
2025-09-02render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)
2025-09-02Emit DebugInfo for the legalized entry point parameters (#7703)Jay Kwak
2025-09-01Remove ForceUnroll attribute from link-time specialization documentation (#8225)Copilot
2025-08-29Remove unused variable in slangc::main (#8325)Jay Kwak
2025-08-29[CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV
2025-08-29Enable slangpy and slang-rhi tests for Mac (#8297)Gangzheng Tong
2025-08-28Revert "Reduce the dependency to thread library (#8216)" (#8319)kaizhangNV
2025-08-28Remove the embedded source to avoid self-matching in slang-test (#8305)Jay Kwak
2025-08-28[Documentation] optix test coverage #463 (#8311)Harsh Aggarwal (NVIDIA)
2025-08-28Add SPIRV OpCapability for 8/16bit use in storage (#8194)James Helferty (NVIDIA)
2025-08-26Fail slang-test when VVL printed errors (#8280)Jay Kwak
2025-08-26Fix Metal 8-bit vector type names: emit char/uchar instead of int8_t/uint8_t ...Copilot
2025-08-26Update slang-rhi deps for gfx-unit-test (#8237)Gangzheng Tong
2025-08-26Fix `shouldEmitSPIRVDirectly` (#8019)ArielG-NV
2025-08-26Fix warnings from CMake version 3.31 (#8227)Sam Estep
2025-08-26fix a autodiff crash (#8259)kaizhangNV
2025-08-25Add WASM platform support to release workflow (#8264)David A Roberts
2025-08-25Print GPU driver version in CI.yml (#8275)Jay Kwak
2025-08-25Fix#8084: Batch-8: Enable cuda tests (#8268)Harsh Aggarwal (NVIDIA)
2025-08-25Fix#8083: Batch-7: Enable cuda tests (#8267)Harsh Aggarwal (NVIDIA)
2025-08-25Fix#8082: Batch-6: Enable cuda tests (#8266)Harsh Aggarwal (NVIDIA)
2025-08-25Fix#8081: Batch-5: Enable cuda tests (#8263)Harsh Aggarwal (NVIDIA)
2025-08-25Fix#8080: Batch-4: Enable cuda tests (#8261)Harsh Aggarwal (NVIDIA)
2025-08-22Fix mesh shader OutputIndices subscript error by adding missing ref accessor ...Lujin Wang
2025-08-22Fix readlink missing include (#8260)TheGoldMonkey
2025-08-21Add record and replay support for IComponentType2 (#8215)jarcherNV
2025-08-21Fix SLANGC_EXECUTABLE search path in slangConfig.cmake (#8200)Sergei Kachkov
2025-08-21Fix reflection JSON writing userAttribs section twice for some cases. (#8210)MindSpunk
2025-08-21Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala
2025-08-21Implement SV_VulkanSamplePosition (#8236)davli-nv
2025-08-20Fix nextafter() (#8195)Julius Ikkala
2025-08-20Add more system dependency options to CMake (#7987)Niklas Korz
2025-08-20Add Metal support for WaveGetActiveMask and WaveActiveCountBits (#8218)Tianyu Li
2025-08-20Enabling via-glsl test for "merge" event (#8133)Jay Kwak
2025-08-20Reduce the dependency to thread library (#8216)Jay Kwak
2025-08-20Updated support to enable batch3 (#8219)Harsh Aggarwal (NVIDIA)
2025-08-20Fix#8076 - Re-enable slangpy test (#8087)Harsh Aggarwal (NVIDIA)
2025-08-19Add multiple slang installations note to doc (#8231)Gangzheng Tong
2025-08-19CMake: Guard inclusion of VULKAN_HEADERS and SPIRV-Headers (#8124)Sergei Popov
2025-08-18Emit descriptor handle correctly for ParameterBlock<DescriptorHandle> (#8206)Gangzheng Tong
2025-08-18Fix error in IR stable names Git diff CI script (#7954)Sam Estep
2025-08-18Make LLDB IR data formatters more robust (#7927)Sam Estep
2025-08-18Don't let clang-format reorder Fiddle `#include`s (#7887)Sam Estep
2025-08-18Fix issue of double lowering issue a differentiable function (#8182)kaizhangNV
2025-08-18Fix constructor overload ambiguity with scalar and vector parameters (#8109)Copilot