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

Pygments now supports PTX and GCN #655

Open
Keluaa opened this issue Dec 19, 2024 · 2 comments
Open

Pygments now supports PTX and GCN #655

Keluaa opened this issue Dec 19, 2024 · 2 comments

Comments

@Keluaa
Copy link

Keluaa commented Dec 19, 2024

As of version 2.16, Pygments supports PTX. Since that change was made by Nvidia themselves, I suppose it would be a better solution than the current homebrew one.

I also noticed that AMDGPU GCN assembly was also supported since v2.8.

Would this be interesting to add to GPUCompiler.jl? I think I could find some time after the holidays to have a go at it.

@maleadt
Copy link
Member

maleadt commented Dec 20, 2024

Yeah, that should be a good addition.

Also, since we rely on Python/pygmentize, maybe the should then also include a @warn maxlog=1 mentioning to install Pygments for a better experience.

@maleadt
Copy link
Member

maleadt commented Dec 22, 2024

Also see https://github.com/JuliaGPU/GPUCompiler.jl/pull/275/files; I wonder if it would be easy enough to do this entirely in Julia...

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

No branches or pull requests

2 participants