aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/popc.spvtxt
AgeCommit message (Collapse)Author
2024-10-16Re-enable all failing PTX tests (#277)Andrzej Janik
Additionally remove unused compilation paths
2024-09-04PTX parser rewrite (#267)Andrzej Janik
Replaces traditional LALRPOP-based parser with winnow-based parser to handle out-of-order instruction modifer. Generate instruction type and instruction visitor from a macro instead of writing by hand. Add separate compilation path using the new parser that only works in tests for now
2021-01-08Regenerate SPIR-V tests (#29)Andrzej Janik
In one of the previous commits we made a change to mark ld/st as aligned. This change was not propagated to test files
2020-11-05Implement instructions clz, brev, popcAndrzej Janik