summaryrefslogtreecommitdiffstats
path: root/tests/compute
Commit message (Expand)AuthorAge
* Implement bitcast for 64-bit date type (#5895)kaizhangNV2024-12-17
* Support specialization constant on WGSL and Metal. (#5780)Yong He2024-12-06
* Implement explciit binding for metal and wgsl. (#5778)Yong He2024-12-06
* WGPU: Add new test and explanation for disabled test (#5731)Anders Leino2024-12-04
* Varying inputs and outputs for wgsl (#5669)Ellie Hermaszewska2024-12-02
* Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)Yong He2024-11-22
* Add explanation for disabled WGPU tests (#5628)Anders Leino2024-11-22
* Refresh of disabled WGPU tests (#5614)Anders Leino2024-11-21
* Enable WGPU texture sampling test (#5617)Anders Leino2024-11-20
* Insert some casts for WGSL texture attribute queries (#5560)Anders Leino2024-11-14
* Various fixes to enable some WGSL graphics tests (#5548)Anders Leino2024-11-13
* Enable a bunch of WGPU tests (#5513)Anders Leino2024-11-07
* Fix WGSL parameter block binding. (#5500)Yong He2024-11-06
* [WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He2024-11-06
* Make various parameters and return types require specialization when targetin...Anders Leino2024-11-06
* Legalize the Entry-point for WGSL (#5498)Jay Kwak2024-11-05
* Fix system semantics of SV_GroupIndex (#5496)kaizhangNV2024-11-05
* Revert uint<->int implicit cast cost to prefer promotion to unsigned. (#5480)Yong He2024-11-02
* Enable a few more WGPU tests (#5476)Anders Leino2024-11-01
* Update Slang-RHI again to get more WGPU fixes (#5475)Anders Leino2024-11-01
* Cleanup atomic intrinsics. (#5324)Yong He2024-10-17
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
* WGSL: Enable load & store from byte-addressible buffers (#5252)Anders Leino2024-10-11
* WGSL emitter: Specify private address space for global non-handle variable de...Anders Leino2024-10-08
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Respect matrix layout in uniform and in/out parameters for HLSL target. (#5013)Yong He2024-09-05
* Draft: integrate slang-rhi (#4970)Simon Kallweit2024-08-30
* Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV2024-08-14
* Issue/legalize resource (#4769)kaizhangNV2024-08-14
* Support an Upper-case variant of [NumThreads] and [Shader] (#4780)Jay Kwak2024-08-06
* Support parameter block in metal shader objects. (#4671)Yong He2024-07-19
* Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...ArielG-NV2024-07-18
* Warnings for uninitialized fields in constructors (#4680)venkataram-nv2024-07-18
* Warnings function parameters (#4626)venkataram-nv2024-07-16
* Fix issue with synthesized `__init` methods not getting added to witness tabl...Sai Praveen Bangaru2024-07-16
* use `nullptr' for IRStructKey with `IRDerivativeMemberDecoration` (#4623)ArielG-NV2024-07-12
* Fix lowering of associated types and synthesis of dispatch functions. (#4568)Sai Praveen Bangaru2024-07-10
* Implement non member function atomic texture support (#4544)ArielG-NV2024-07-10
* Fixes to Metal Input parameters and Output value input/output semantics (#4536)ArielG-NV2024-07-10
* correctly setting launch parameters should fix the test (#4551)ArielG-NV2024-07-07
* Fix the type error in kIROp_RWStructuredBufferLoad (#4523)kaizhangNV2024-07-01
* Fix Texture2DMSArray (#4485)Jay Kwak2024-06-26
* Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)ArielG-NV2024-06-26
* Support atomic intrinsics for Metal (#4473)Jay Kwak2024-06-25
* [Metal] Fix global constant array emit. (#4392)Yong He2024-06-14
* Implement for metal `SV_GroupIndex` (#4385)ArielG-NV2024-06-13
* Metal: misc fixes and enable more tests. (#4374)Yong He2024-06-13
* Enable full test on macos. (#4327)Yong He2024-06-12
* Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV2024-06-12
* [gfx] Metal texture fixes (#4331)skallweitNV2024-06-11