Jatin Chaudhary

Results 13 comments of Jatin Chaudhary

I expect some tests to fail, vega 56 is quite old and some new tests might not be written with that in mind. can you share some failed tests names....

Thank you for the report. I can't seem to reproduce the issue, can you run the exe with 'AMD_LOG_LEVEL=7 ./rocgdb_test' and attach the logs. Also if you can provide you...

On bringing this to the team, they told me that printf on HIP will only work on system with PCI Gen3 Atomics supported.

No. There is no cache line query on HIP side. If you are curious about cache line size on your GPU, you can use `CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE` on OpenCL.

can you true by just doing a `make` inside `rocm-examples/HIP-Basic/cooperative_groups`

Thanks for pointing it out will raise it internally

Make sure that `FindHIP.cmake` exists in the directory, when you point `CMAKE_MODULE_PATH` to it.

Can you share the output with `HIPCC_VERBOSE=1` So something like `HIPCC_VERBOSE=1 hipcc -v`

The issue was due to hipcc script adding a certain flags to clang call. hipcc is being moved to https://github.com/ROCm-Developer-Tools/hipcc the new hipcc should not have this issue.