Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMDGPU ISA Lexer #1626

Merged
merged 10 commits into from
Jan 30, 2021
Merged

AMDGPU ISA Lexer #1626

merged 10 commits into from
Jan 30, 2021

Conversation

tsymalla
Copy link
Contributor

This commit implements a basic lexer for the AMDGPU ISA definition.

This is based on the GPUOpen VS Code extension to be found here: https://github.com/GPUOpen-Tools/vscode_extensions/blob/master/amd-gcn-isa/syntaxes/isa.tmLanguage

I tested it with some ISA examples found on GPUOpen (https://gpuopen.com/learn/porting-detroit-2/). Please have a look at it.

@tsymalla tsymalla marked this pull request as ready for review December 10, 2020 16:10
@Anteru
Copy link
Collaborator

Anteru commented Jan 17, 2021

Please add an example file -- can be a trivial shader, but there should be one to allow the automated testing to pick this lexer up.

@tsymalla
Copy link
Contributor Author

@Anteru I added a simple shader as test.

AUTHORS Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants