summaryrefslogtreecommitdiff
path: root/tests/compute
AgeCommit message (Expand)Author
2020-07-07Add a test case for dynamic dispatch with `This` type in interface decl. (#1431)Yong He
2020-07-03Emit pointers for CPU target. (#1418)Yong He
2020-07-01Disable dynamic dispatch tests on CUDA - as fails with exception about unhand...jsmall-nvidia
2020-06-24Fix `lowerFuncType` and small bug fixes.Yong He
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
2020-06-19Dynamic dispatch for static member functions of associatedtypes. (#1404)Yong He
2020-06-18Merge branch 'master' into dyndispatchTim Foley
2020-06-18Improvements around C++ code generation (#1396)jsmall-nvidia
2020-06-17Dynamic dipatch non-static functions.Yong He
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-05Filter lookup results from interfaces in `visitMemberExpr`.Yong He
2020-04-23Small improvements around atomics (#1333)jsmall-nvidia
2020-04-14CUDA global scope initialization of arrays without function calls. (#1320)jsmall-nvidia
2020-04-14Change rules for layout of buffers/blocks containing only interface types (#1...Tim Foley
2020-04-09Literal folding on other operators (#1314)jsmall-nvidia
2020-04-02Optimize creation of memberDictionary (#1305)jsmall-nvidia
2020-03-25Fix a bug in exiting SSA form for loops (#1293)Tim Foley
2020-03-25Unroll target improvements (#1291)jsmall-nvidia
2020-03-25Better diagnostics on failure on CUDA. (#1288)jsmall-nvidia
2020-03-21CPU Texture GetDimensions support (#1283)jsmall-nvidia
2020-03-11Add a basc inlining facility for use in the stdlib (#1271)Tim Foley
2020-02-26Support for RWTexture types on CPU and CUDA (#1243)jsmall-nvidia
2020-02-21Add surface syntax for "this type" (#1236)Tim Foley
2020-02-21Initial support for explicit default initializers (#1235)Tim Foley
2020-02-20WIP on RWTexture types on CUDA/CPU (#1234)jsmall-nvidia
2020-02-20Initial support for user-defined initializer/constructor declarations (#1233)Tim Foley
2020-02-20CUDA/CPU support for 1D, 2D, CubeArray (#1232)jsmall-nvidia
2020-02-18First pass Texture Array support on CUDA/CPU (#1225)jsmall-nvidia
2020-02-18CUDA/CPU resource coverage (#1224)jsmall-nvidia
2020-02-14Feature/cuda coverage (#1223)jsmall-nvidia
2020-02-12Nvrtc disable warnings/Float literal improvements (#1220)jsmall-nvidia
2020-02-12CUDA barrier/atomic support (#1218)jsmall-nvidia
2020-02-08Fixes to make all CPU compute shaders work on CUDA (#1211)jsmall-nvidia
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2020-01-28Fix layout for structured buffers of matrices (#1184)Tim Foley
2020-01-28Synthesizing CUDA tests (#1183)jsmall-nvidia
2020-01-22WIP HLSL intrinsic coverage (#1171)jsmall-nvidia
2020-01-21HLSL intrinsic coverage (#1169)jsmall-nvidia
2020-01-21CUDA support improvements (#1168)jsmall-nvidia
2019-12-19Fix invocation of `[mutating]` methods (#1156)Tim Foley
2019-12-06Support conversion from int/uint to enum types (#1147)Tim Foley
2019-12-02Fix bug in calcSafeRadians. (#1138)jsmall-nvidia
2019-11-21Remove support for explicit register/binding syntax on TEST_INPUT (#1132)Tim Foley
2019-11-19Initial work for "global generic value parameters" (#1127)Tim Foley
2019-10-21`Repro` functionality (#1085)jsmall-nvidia
2019-10-17Initial work on representing layout at IR level (#1079)Tim Foley
2019-10-17Feature/gpu unbound array of array (#1083)jsmall-nvidia
2019-10-11CPU unsized array documentation and another example (#1080)jsmall-nvidia
2019-10-11Support for unbounded array of arrays (#1078)jsmall-nvidia