Jatin Chaudhary

Results 38 comments of Jatin Chaudhary

you can dump the output of `hiprtcGetCode` to a file and use `llvm-objdump -d ` to get isa.

Will pass on the feedback to the team to see what they think of it.

https://rocm.docs.amd.com/projects/install-on-windows/en/latest/

tried with 6900XT building blender with latest sources. Seems to be working fine. Will try to get hold of a 7900XTX with 5.7 to see if its reproduce-able.

@materusPL can you try running this with `HIP_VISIBLE_DEVICES=0` There are two GPUs on your system, Navi 31 + iGPU. ROCm does not officially support iGPUs this variable should hide it...

@materusPL the hsa_init seems to have failed. With 6.0 can you check the `rocminfo` to see if you are getting correct results.

Thanks for reporting this. Regarding behavior difference, will put this up for discussion internally, see what folks think of this. Regarding missing documentation for abort, will pass on to the...

Will work with C++ example, since I do not have a Julia compiler with AMDGPU support installed. I can not seem to reproduce this. Can you share a bit more...

Can you share the output of the code with environment variable `AMD_LOG_LEVEL=7`. So basically `AMD_LOG_LEVEL=7 ./a.out`

sounds like a compiler behavior with a flag issue. tagging @yxsamliu who is way more proficient in compilers than me.