Results 6 issues of Joe Landman

Hi folks I've got a ubuntu 20.04.3 machine with rocm-5.1.1 installed. I've got an MI25 card, and I'm attempting to build the example code in this repository. The `test_all.sh` script...

It would be nice to add in the ability to generate a RAW image, a USB image, an ISO image, and other VM formats (VMDK, QCOW2).

Unfortunately, the dependency list for rocm-llvm includes these: ``` rocm-llvm : Depends: libstdc++-5-dev but it is not installable or libstdc++-7-dev but it is not installable or libstdc++-11-dev but it is...

From the HIP examples [repo](https://github.com/ROCm-Developer-Tools/HIP-Examples) Machine is a zen2 Ryzen 7 4800H, 64 GB ram, running Linux Mint (Ubuntu derivative). ``` joe@zap:~/build/HIP-Examples$ ./test_all.sh ==== vectorAdd ==== rm -f ./vectoradd_hip.exe rm...

From my build log: ``` ROCm-CompilerSupport/lib/comgr/src/comgr-env.h:49:7: error: ‘Optional’ in namespace ‘llvm’ does not name a template type ``` This is on Debian 11 ``` ~/amdbuild/rocm-build/build/rocm-compilersupport ~/amdbuild/rocm-build/build/rocm-compilersupport HEAD is now at...

Simple reproducer, not sure if this specific use case is supported or not. CPU and GPU versions for comparison. MI300X GPU, Ubuntu 22.04. ROCm 6.1 pre-release. ``` julia> versioninfo() Julia...