summaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run
AgeCommit message (Expand)Author
2020-11-19Fix bugsAndrzej Janik
2020-11-18Fix testAndrzej Janik
2020-11-18Implement PtrAdd transformationsAndrzej Janik
2020-11-18Add more complicated testAndrzej Janik
2020-11-18Update test nameAndrzej Janik
2020-11-18Fix various bugsAndrzej Janik
2020-11-17Merge branch 'stateful_try1' into stateful_try2Andrzej Janik
2020-11-17Simplify insert_mem_ssa_statementsremove_semaAndrzej Janik
2020-11-15First non-working attempt at stateful conversionAndrzej Janik
2020-11-07Fix ftz behavior slightlyAndrzej Janik
2020-11-06Implement instructions bfe, rem, xorAndrzej Janik
2020-11-05Implement instructions clz, brev, popcAndrzej Janik
2020-11-05Fix same width float-to-float conversionsAndrzej Janik
2020-11-05Fix issues with .param/.local and implement sin, cos, ex2, lg2Andrzej Janik
2020-11-01Implement neg instructionAndrzej Janik
2020-11-01Implement div, sqrt, rsqrt and more of setpAndrzej Janik
2020-10-31Implement atomic instructionsAndrzej Janik
2020-10-26Add support for fma instructionAndrzej Janik
2020-10-26Implement selp instructionAndrzej Janik
2020-10-26Add support for and instructionAndrzej Janik
2020-10-26Support float constantsAndrzej Janik
2020-10-25Implement ftz handling through Intel extensionAndrzej Janik
2020-10-25Implement ftz handling through Khronos extensionsAndrzej Janik
2020-10-25Implement rcp instructionAndrzej Janik
2020-10-25Add test for indirect shared mem useAndrzej Janik
2020-10-25Add dynamic shared mem supportAndrzej Janik
2020-10-18Implement pass to handle .extern .shared and add parsing code for itAndrzej Janik
2020-10-04Add support for top-level global variables, improve array supportAndrzej Janik
2020-10-02Add sub, min, maxAndrzej Janik
2020-10-01Implement orAndrzej Janik
2020-10-01Implement shrAndrzej Janik
2020-10-01Fix remaining bugs in vector destructuring and in the process improve implici...Andrzej Janik
2020-09-30Implement vector-destructuring mov/ld/stAndrzej Janik
2020-09-27Add test for vector extractAndrzej Janik
2020-09-27Add missing support for Milestone 1Andrzej Janik
2020-09-24Implement more host code, moving execution furtherAndrzej Janik
2020-09-20Fix more bugs in implicit conversionsAndrzej Janik
2020-09-20Better propagate information about address-mov and emit conversion for itAndrzej Janik
2020-09-20Add more testsAndrzej Janik
2020-09-18Fix basic test failuresAndrzej Janik
2020-09-18[BROKEN] Start implementing better support for addressable argumentsAndrzej Janik
2020-09-16Fix st/ld offsets implement abs and fix remaining bugs from vectorAdd generationAndrzej Janik
2020-09-15Implement missing pieces in vector supportAndrzej Janik
2020-09-14Refactor implicit conversions and start implementing vector extract/insertAndrzej Janik
2020-09-12Parse vector movs (mov.type a.x b.y;)Andrzej Janik
2020-09-11Be more precise about types admitted in register definitions and method argum...Andrzej Janik
2020-09-08Implement support for PTX call instructionAndrzej Janik
2020-09-03Finish up cleanup for PTX function supportAndrzej Janik
2020-09-03Start refactoring SPIRV module generation in preparation for support of funct...Andrzej Janik
2020-09-02Add support for declaring __local variables and their alignmentAndrzej Janik