aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test
AgeCommit message (Expand)Author
2024-10-14Add shifts, cvt, rsqrt, sqrt, rcp, more sregsAndrzej Janik
2024-10-09Cleanup. Remove unused SPIR-V emit code and old compilation passesAndrzej Janik
2024-10-04Add correct 32 bit bfeAndrzej Janik
2024-09-30Add failing bfe testAndrzej Janik
2024-09-25Add ptx_impl bitcode moduleAndrzej Janik
2024-09-23Refactor compilation passes (#270)Andrzej Janik
2024-09-13Connect new parser to LLVM bitcode backend (#269)Andrzej Janik
2024-09-04PTX parser rewrite (#267)Andrzej Janik
2021-09-29Fix shared munging pass and add fix cuModuleLoadDataAndrzej Janik
2021-09-29Redo shared memory transformationAndrzej Janik
2021-09-27Add CUDA tests showing problems with .shared unificationAndrzej Janik
2021-09-26Finish fixing shared memory passAndrzej Janik
2021-09-24Start implementing .shared unificationAndrzej Janik
2021-09-19Fix minor bugsAndrzej Janik
2021-09-18Fix linkageAndrzej Janik
2021-09-17Redo handling of sregsAndrzej Janik
2021-09-17Add early support for more sregsAndrzej Janik
2021-09-17Implement function pointers and activemaskAndrzej Janik
2021-09-16Add missing vray instructionsAndrzej Janik
2021-09-14Fix some unhandled cases in cvt instructionAndrzej Janik
2021-09-14Parse and test const buffersAndrzej Janik
2021-09-13Zero out buffer on creationAndrzej Janik
2021-09-13Continue HIP conversionAndrzej Janik
2021-09-09Update tests, disable OpenCL-style shared mem conversion, emit linking inform...Andrzej Janik
2021-09-07Make ptx unit tests run on AMD (except denormals)Andrzej Janik
2021-09-06Convert unit tests to HIPAndrzej Janik
2021-08-03Hack enough functionality that AMD GPU code buildsAndrzej Janik
2021-08-02Use calls to OpenCL builtins when translating sregs, do SPIRV->LLVM conversio...Andrzej Janik
2021-08-01Change codegen for mul.wideAndrzej Janik
2021-07-25Tune generated code, add a workaround for geekbenchAndrzej Janik
2021-07-06Synchronize through barrierAndrzej Janik
2021-07-03Regenerate SPIR-V for ptx_impl and fix weird handling of ptr-ptr add or subAndrzej Janik
2021-07-02Be more correct when emitting brev, refactor inst->func call passAndrzej Janik
2021-06-25Allow ptr offsets to non-scalar typesAndrzej Janik
2021-06-25Merge branch 'one_type_type2'Andrzej Janik
2021-06-25Update testsAndrzej Janik
2021-06-12Fix problems with non-dereferencing inline additionAndrzej Janik
2021-05-28Fix level zero bindingsAndrzej Janik
2021-05-27Refactor L0 bindingsAndrzej Janik
2021-04-15Convert enumes to 1TTAndrzej Janik
2021-03-03Implement setp.nan and setp.numAndrzej Janik
2021-03-03Implement atomic float addAndrzej Janik
2021-03-03Implement non-coherent loads and implicit sign-extending conversionsAndrzej Janik
2021-03-03Support kernel tuning directivesAndrzej Janik
2021-03-01Implement bfi instructionAndrzej Janik
2021-02-22Make misc fixes (#41)Andrzej Janik
2021-01-26Fix signed integer conversion (#36)Andrzej Janik
2021-01-08Regenerate SPIR-V tests (#29)Andrzej Janik
2020-12-11Fix SPIR-V code generation for PTX special registers (#21)Andrzej Janik
2020-12-09Refactor how vectors are handled (#20)vosen