LLVM-AMDGPU-Assembler-Extra icon indicating copy to clipboard operation
LLVM-AMDGPU-Assembler-Extra copied to clipboard

LLVM AMDGPU Assembler Helper Tools

Results 7 LLVM-AMDGPU-Assembler-Extra issues
Sort by recently updated
recently updated
newest added

I am using the following llvm git clone -b roc-3.7.x https://github.com/RadeonOpenCompute/llvm-project.git when I tried to compile with master branch, I got following errors: /work/rocm/LLVM-AMDGPU-Assembler-Extra/examples/api/assemble/assemble.cpp: In member function 'int AssemblerExample::RunAssemble()': /work/rocm/LLVM-AMDGPU-Assembler-Extra/examples/api/assemble/assemble.cpp:116:85:...

It seems in the recent version of ROCm compilers, any assembly directive that has "hsa" in it is not supported and the compiler is giving an error on unsupported directives....

Is it possible to run code compiled with the `amdgcn` llvm backend on macOS? When I use Apple's `openclc` compiler, I get code I can load using `clCreateProgramWithBinary`: ``` /System/Library/Frameworks/OpenCL.framework/Libraries/openclc...

Hello everyone, when I clone the project and compile, I encountered some error, Is there any wrong in my configure? Which library that I need to link? ### error message...

Add example that uses LDS and shows that m0 needs to be initialized.

The over-engineered Dispatcher class makes it more difficult to understand how to launch kernels. I suggest each asm example to have two host source files. One which uses C HSA...

This repository seems to do two things. One is to host a now-unnecessary tool (?) and the other to host some samples of writing GCN LLVM assembly. I think it...