Evgeny Mankov
Evgeny Mankov
Still reproducible due to possibly incorrect declaration of `max` function in `__clang_cuda_math.h`. Mark the bug as `clang` bug.
Thanks, it has not defined yet, but hipified. @mangupta, @gargrahul, Let's support `hipDeviceSetLimit` as long as `hipDeviceGetLimit` has supported a long time now.
The issue is from our ISV partner. It has been already confirmed that **it is a bug**. The bug is critical for their software product GPU AUDIO which is based...
Transfer the issue to HIP.
Hello @rakicaleksandar1999. Unfortunately, we can't change CUDA samples, but thanks for proposing a workaround.
Finally fixed in hipBLAS 6.0.0 and HIPIFY tools (#1065).
Could you please provide the command line as well?
> If linking with ROCm-Device-Libs is required, why should I be able to build it without linking it.. It is not required.
Hello @jiuxiaocloud, `libamdhip64` is obligatory HIP lib, the path to which should be provided to the compiler/linker. Regards, Evgeny
Though the reported issue is unrelated to hipification, could you please provide at least a hipified source? CUDA source would be even better. Btw, why are you using not the...