|
|
**!!! UNDER CONSTRUCTION !!!**
|
|
|
|
|
|
# Hipify the code
|
|
|
To be able to use the toolkit with AMD ROCm you need to first hipify the code.
|
|
|
Use provided script
|
... | ... | @@ -50,3 +48,6 @@ HIPCCFLAGS=-std=c++14 --offload-arch=gfx90a |
|
|
# You need to link to amdhip64 and hipfft libs
|
|
|
LIBS= -L$(HIP_LIB_PATH) -lamdhip64 -L$(EBROOTHIPFFT)/lib -lhipfft -lm
|
|
|
```
|
|
|
|
|
|
# Example
|
|
|
See for [LUMI supercomputer templates](https://gitlab.fizyka.pw.edu.pl/wtools/wslda/-/tree/public/templates/lumi/td). |
|
|
\ No newline at end of file |