Pak Nin Lui
Pak Nin Lui
In the README.md's Hello ROCm SMI example, it should change "uint64_t dev_id;" to "uint16_t dev_id;", otherwise we would see an error like this: ``` ~/rocm_smi_lib$ hipcc -L /opt/rocm/rocm_smi/lib -lrocm_smi64 -I...
correct a typo. it should be HCC_SERIALIZE_KERNEL instead of HCC_SERIALZIE_KERNELS
To fix the compile issue about "reference to 'index' is ambiguous" reported in #8 for lulesh-amp
For lulesh-amp. There appears to be some issue during compile about "reference to 'index' is ambiguous". The workaround is to use Kalmar::index in place of index like this. ``` -...
**Is your feature request related to a problem? Please describe.** To enable RET to build HOOMD-Blue and its dependencies in Miniconda3 **Describe the solution you'd like** Using the installation steps...