Dr Toby Potter

Results 17 comments of Dr Toby Potter

Yes, please keep supporting gfx906 on ROCM for another few years at least! I use a Radeon VII for HIP training courses and it has by far the best double...

The feature doesn't appear to be present in ROCM 5.0.2 on the gfx90a architecture either. I've compiled my code using hipcc with as many debug compiler flags as I could...

Hey folks, Really looking forward to this feature becoming available! I just tried printing private kernel variables from within a lane, using rocgdb from ROCM 5.4.3 on the officially supported...

Hi t-tye, Absolutely, attached is a self-contained matrix multiplication code that reproduces the problem. I have tried this workflow using ROCM 5.4.3 on GFX906 and ROCM 5.0.2 on GFX90a. [mat_mult_bugreport.cpp.txt](https://github.com/ROCm-Developer-Tools/ROCgdb/files/11216394/mat_mult_bugreport.cpp.txt)...

A set of hipfort CMAKE library targets would certainly be nice! Something that would do hipfc's job of linking to either CUDA or AMD libaries so we aren't forced to...

It is not great to have to pass --offload-arch to `hipfc` in order for it to compile for a CUDA backend. The environment variable $HIP_PLATFORM should be all that is...

Hi Cory, Yes that's quite correct! Could we please add a sentence to the documentation to say that you don't have to build hipfort this way in order to use...

Hey @fluidnumerics-joe, I gave the patch a try but it needed some additional work to avoid failing at the cmake configure step. I've made some additional cmake fixes in this...

> My preference is to open-source the generator code. However, it requires a fair bit of work first. Sounds great Cory, looking forward to it! The ability to use other...

> @drtpotter - I got the cray compiler building fine now with the latest commit. I gather this is also working with the Intel compilers ? @cgmb - Can you...