Dr Toby Potter
Dr Toby Potter
Hi there, I have a library that optimises kernel performance through a brute force search over block size. With ROCM it uses the **hipLaunchKernel** function to handle kernels with varying...
Hi there, I'm trying to compile hipfort using the Intel compiler on the hipfort develop branch and getting a few issues. One of them I cannot get around. These lines,...
### Problem Description I need to ensure that Hipfort works with an **nvidia** backend. However when I try to install **hipfort-6.0.2** the CMAKE configuration fails when I set **HIP_PLATFORM="nvidia"**. I...
Hi there, I understand that the gfx1035 architecture on an integrated Radeon 680M is not yet officially supported by AMD. However if it is of interest to future support then...
### Problem Description I noticed that when running a verbose compilation with hipfc it doesn't appear to be passing on desired optimization flags (-O1, -O2, -O3) to backend compilers. ###...