Nicolas Miller

Results 10 issues of Nicolas Miller

# Summary Trying to build the tests with both cuBLAS and cuRAND backends enabled hit compilation issues. # Version Using the latest version: 19c43b0f68dcaba5bc518d5becdfa0097bebfa7c # Environment This should be pretty...

build

The following PR introduced an implementation of assert for HIP * https://github.com/intel/llvm/pull/6424 And the assert tests were re-enabled in: * https://github.com/intel/llvm-test-suite/pull/1083 Locally none of the tests were failing so we...

bug
hip

This patch adds the flag `-f{no-}sycl-implicit-rpath`, which ensures that on Linux-like platforms the directory containing `libsycl.so` in the clang build or installation is added to the SYCL binaries' `RPATH`. This...

The HIP adapter doesn't support UR spec constants, just like the CUDA adapter.

conformance

This showed up in the UR CTS, it was returning a vector instead of the expected C array.

conformance
hip

This fixes the UR CTS queue tests

conformance
hip

# Description Patch is similar to https://github.com/oneapi-src/oneMKL/pull/448 (thanks @nilsfriess ) but with only the ifdef part to make the rocBLAS 4 build work. I've tested with ROCm 5.4.3 (rocBLAS 2),...

The `CudaArch` struct and functions include AMD GPU values in: * https://github.com/intel/llvm/blob/sycl/clang/lib/Basic/Cuda.cpp#L73 It would be good to revisit this and change it to something more generic like maybe `GPUArch` or...

enhancement
cuda

In recent versions of DPC++ the CL headers go in `include` instead of `include/sycl`. So this patch fixes finding the OpenCL headers. Keep the hints for the previous path to...