Cory Bloor

Results 139 comments of Cory Bloor

A check for `/usr/share/hip/version` would be good, although there will be a bit of logic required. In order to correctly handle multiple side-by-side HIP installs, Clang needs to ensure it...

> hipcc.pl: Set the DEVICE_LIB_PATH correctly for system installation (e.g. in /usr/lib64/amdgcn/bitcode/) It would be nice to also handle `/usr/lib/x86_64-linux-gnu/amdgcn/bitcode/`, which is where the files are currently placed on Debian....

The `rocm-dev` package that AMD provides via apt and rpm comes with OpenMP support. Is that OpenMP support coming from `rocm-openmp-extras`? EDIT: Running `apt remove openmp-extras` and trying a few...

Hey @TorreZuk. Just FYI, GitHub introduced LaTeX math a few months ago, so you may need to use backticks when you write `$`. Any pairs of dollar signs might otherwise...

I recently integrated filament into my GLFW application. A "Getting Started" guide would definitely have saved me time. There were a few specific things I noticed: 1. The [README](https://github.com/google/filament/tree/0097fc404e8cde09cdd8ae3ba62fcc947ec74551#rendering-with-filament) is...

Sorry @Raki, my target platform is Linux and I only ever hacked things together before I had to move on. But, I did get [my hello triangle][1] working with GLFW...

This problem also affects hipcc for the AMD platform. [It had to be patched for Debian packaging](https://salsa.debian.org/rocm-team/rocm-hipamd/-/blob/master/debian/patches/0007-isystem-removal.patch), as HIP will be installed to /usr in that case. As far as...

There's a number of other install locations that would be equally problematic (e.g., `/usr/local`) and it would be difficult to extend your patch to handle them all. For that reason,...

Opps. That's certainly not going to work. Thanks for checking!

@Maxzor, I don't think it was fixed in 5.0 but [you'll be able to check for yourself soon](https://github.com/ROCmSoftwarePlatform/rocBLAS/releases/tag/rocm-5.0.0). Unfortunately, I've been tied up with (among other things) reviewing similar changes...