aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src
AgeCommit message (Expand)Author
2021-05-30Re-enable relaxed conversionsAndrzej Janik
2021-05-30Fix PtrAccessAndrzej Janik
2021-05-30Refactor implicit conversionsAndrzej Janik
2021-05-28Fix level zero bindingsAndrzej Janik
2021-05-27Refactor L0 bindingsAndrzej Janik
2021-05-15Carry state space with pointerAndrzej Janik
2021-05-07Simplify typingAndrzej Janik
2021-05-06Fix and testAndrzej Janik
2021-05-05Start converting the translation to one type typeAndrzej Janik
2021-04-17Throw away special variable typesAndrzej Janik
2021-04-15Add commentAndrzej Janik
2021-04-15Remove LdStTypeAndrzej Janik
2021-04-15Remove all remaining subenumsAndrzej 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-02Update rspirv/spirv_headers to the newest versionAndrzej Janik
2021-03-01Implement bfi instructionAndrzej Janik
2021-03-01Do slightly better when it comes to PTX error recoveryAndrzej Janik
2021-02-22Make misc fixes (#41)Andrzej Janik
2021-01-26Fix signed integer conversion (#36)Andrzej Janik
2021-01-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik
2021-01-08Regenerate SPIR-V tests (#29)Andrzej Janik
2020-12-12Fix builtins generation, mark ld/st as aligned (#22)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
2020-11-23Rename everythingAndrzej Janik
2020-11-22Fix typo in selpAndrzej Janik
2020-11-21Fix linking with shl/shr, add memset on host and support __assertfailAndrzej Janik
2020-11-21Fix problems with linkingAndrzej Janik
2020-11-20Fix buggy handling of u8 shared memoryAndrzej Janik
2020-11-19Implement stateless-to-stateful optimizationAndrzej Janik
2020-11-12Add back erroneously removed functionalityAndrzej Janik
2020-11-12Refactor host code to use one big lockAndrzej 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