sclarkson

Results 4 issues of sclarkson

HCC tests contain some strict references to /opt/rocm that cause test failures if the HSA library is located elsewhere.

libmcwamp is depends on libhc_am ``` $ objdump -p libmcwamp.so.3 | grep NEEDED | grep hc_am NEEDED libhc_am.so.3 ``` However, libhc_am depends on libmcwamp for the symbol Kalmar::getContext, despite not...

libmiopengemm.so uses symbols from libpthread, but doesn't explicitly link to it ``` sclarkson@localhost:~/miopengemm$ nm -D /opt/rocm/miopengemm/lib/libmiopengemm.so | grep pthread U pthread_create w pthread_equal w __pthread_key_create w pthread_mutex_lock w pthread_mutex_unlock w...

### 🐛 Describe the bug https://github.com/pytorch/vision/pull/8463 introduced a platform/compiler specific cast. See this comment for more details. https://github.com/numpy/numpy/issues/23481#issuecomment-1488011976 I'll run this code snippet on x86_64 and ARM64 machines to demonstrate...