ZLUDA/ptx_parser_macros
Violet f5712d9d5a
Some checks are pending
ZLUDA / Build (Linux) (push) Waiting to run
ZLUDA / Build (Windows) (push) Waiting to run
ZLUDA / Build AMD GPU unit tests (push) Waiting to run
ZLUDA / Run AMD GPU unit tests (push) Blocked by required conditions
Add parser support for hyphenated IDs in arguments (#425)
The syntax description for [`cp.async`](https://docs.nvidia.com/cuda/parallel-thread-execution/#data-movement-and-conversion-instructions-cp-async) has several elements not supported by the current parser. One such element is that the `cp-size` and `src-size` operands have hyphens in their IDs. This PR adds support for these IDs, and translates them as `cp_size` and `src_size`
2025-07-18 13:45:09 -07:00
..
src Add parser support for hyphenated IDs in arguments (#425) 2025-07-18 13:45:09 -07:00
Cargo.toml PTX parser rewrite (#267) 2024-09-04 15:47:42 +02:00