summaryrefslogtreecommitdiff
path: root/tests/compute
AgeCommit message (Expand)Author
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
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-15Fix bug with overload resolution under nested generics (#3107)Sai Praveen Bangaru
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-06-01Be lenient on same-size unsigend->signed conversion. (#2913)Yong He
2023-04-29Minor tidyings around d3d usage (#2854)Ellie Hermaszewska
2023-04-21Add warning for returning without initializing out parameter (#2807)Ellie Hermaszewska
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-04-11Implement FileCheck tests for several test commands (#2747)Ellie Hermaszewska
2023-04-04Diagnose on using assignment as predicate expr. (#2774)Yong He
2023-04-02Fix several silently failing tests (#2767)Ellie Hermaszewska
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2022-06-25Specialize generic/existential calls within generic functions. (#2294)Yong He
2022-06-08Improved bounds checking for C++/CUDA (#2263)jsmall-nvidia
2022-05-10Use IR pass to eliminate phi nodes (#2226)Theresa Foley
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-11-11Fix two test cases that were causing problems (#2011)Theresa Foley
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-10-21Passing associated type arguments to existential parameters + packing for `bo...Yong He
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-13Bug fix in 16bit type emit, vk validation error fix. (#1936)Yong He
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-09-03Fix crash: dynamic dispatch of generic interface method. (#1929)Yong He
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-08-25Add `createDynamicObject` stdlib function. (#1923)Yong He
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-07-08Allow render-test to run inline ray tracing tests. (#1903)Yong He
2021-06-09Enable some VK texture tests (#1878)jsmall-nvidia
2021-06-08Fix RWTexture issues on CUDA (#1876)jsmall-nvidia
2021-06-06Fixed issue around 4xFloat16 texture on CUDA (#1874)jsmall-nvidia
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He