summaryrefslogtreecommitdiff
path: root/pygments/lexers/amdgpu.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-4/+8
|
* AMDGPU ISA Lexer (#1626)Thomas Symalla2021-01-301-0/+44
* This commit implements a basic lexer for the AMDGPU ISA definition. * Updated comment. * Updated comment. * Tried to fix case-sensitive issue. * Updated AUTHORS file. * Added shader unit test for the AMD ISA Parser. * Renamed AMDGCN lexer to AMDGPU. * Renamed example file. * Renames. Co-authored-by: Thomas Symalla <root@SEUCHOMAT.localdomain>