summaryrefslogtreecommitdiff
path: root/tests/compute
AgeCommit message (Expand)Author
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-11WGSL: Enable load & store from byte-addressible buffers (#5252)Anders Leino
2024-10-08WGSL emitter: Specify private address space for global non-handle variable de...Anders Leino
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-09-05Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)Yong He
2024-08-30Draft: integrate slang-rhi (#4970)Simon Kallweit
2024-08-14Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV
2024-08-14Issue/legalize resource (#4769)kaizhangNV
2024-08-06Support an Upper-case variant of [NumThreads] and [Shader] (#4780)Jay Kwak
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
2024-07-18Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...ArielG-NV
2024-07-18Warnings for uninitialized fields in constructors (#4680)venkataram-nv
2024-07-16Warnings function parameters (#4626)venkataram-nv
2024-07-16Fix issue with synthesized `__init` methods not getting added to witness tabl...Sai Praveen Bangaru
2024-07-12use `nullptr' for IRStructKey with `IRDerivativeMemberDecoration` (#4623)ArielG-NV
2024-07-10Fix lowering of associated types and synthesis of dispatch functions. (#4568)Sai Praveen Bangaru
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-07-10Fixes to Metal Input parameters and Output value input/output semantics (#4536)ArielG-NV
2024-07-07correctly setting launch parameters should fix the test (#4551)ArielG-NV
2024-07-01Fix the type error in kIROp_RWStructuredBufferLoad (#4523)kaizhangNV
2024-06-26Fix Texture2DMSArray (#4485)Jay Kwak
2024-06-26Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)ArielG-NV
2024-06-25Support atomic intrinsics for Metal (#4473)Jay Kwak
2024-06-14[Metal] Fix global constant array emit. (#4392)Yong He
2024-06-13Implement for metal `SV_GroupIndex` (#4385)ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-12Enable full test on macos. (#4327)Yong He
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-11[gfx] Metal texture fixes (#4331)skallweitNV
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-05-13Add LoadAligned and StoreAligned methods to ByteAddressBuffers (#4066)Sriram Murali
2024-05-02Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru
2024-04-30Generate vectorized version of byteaddress load/store methods (#4036)Sriram Murali
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-19Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)sriramm-nv
2024-03-06Fix the cuda left-hand swizzle issue (#3538) (#3691)kaizhangNV
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-01-24[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He
2024-01-23Fix incorrect behavior of operator% (#3470)Jay Kwak
2024-01-05Add test for glsl groupshared init (#3433)Ellie Hermaszewska
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-09-27Various SPIRV fixes. (#3231)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-08-23Lower all ByteAddressBuffer uses for SPIRV. (#3143)Yong He