Paulius Velesko
Paulius Velesko
Hello all. I'd like to use cgen to create come C++ classes. From what I see that's not supported, correct?
* Kernel launches are not being error checked. This can lead to cases where a failure in kernel invocation is classified as a failure in some other operation * `hipLaunchKernelGGL`...
@gargrahul
@gargrahul created a new PR as requested.
The only mention of per-thread streams that I can find online is here: https://rocmdocs.amd.com/en/latest/Programming_Guides/HIP-FAQ.html where it says it's still under development but it does seem that there is an implementation...
CUDA provides a way for using the legacy stream via `cudaStreamLegacy` handle. Why does HIP lack this feature?
I installed hipamd using the following CMake options. Note that I had to provide the override for `ROCM_PATH` since the default `/opt/rocm` was an old installation and I needed to...
[neo-error.txt](https://github.com/intel/compute-runtime/files/14142301/neo-error.txt) Tried with building LLVM standalone and also with LLVM getting built alongside neo. ``` + cmake -G Ninja -S neo -B neo/build -DCMAKE_INSTALL_PREFIX=/space/pvelesko/install/intel-compute-runtime/neo/23.52.28202.15 -DIGC_DIR=/space/pvelesko/install/intel-compute-runtime/igc/igc-1.0.15985.6 -DGMM_DIR=/space/pvelesko/install/intel-compute-runtime/gmmlib/ -DCMAKE_PREFIX_PATH=/space/pvelesko/install/intel-compute-runtime/igsc/ -DSKIP_UNIT_TESTS=ON -DOCL_ICD_VENDORDIR=/space/pvelesko/install/intel-compute-runtime/neo/23.52.28202.15/etc/OpenCL/vendors -DLevelZero_INCLUDE_DIR=/space/pvelesko/install/intel-compute-runtime/level-zero/23.52.28202.15/include...
Trying to run the public runtime on PVC - from my understanding this should be supported but devices fail to initialize. Is there a debug procedure for this?
``` [ 59%] Generating ../../../../bin/built_ins/x64/spirv/fill_image3d.spv Error! Loading of FCL library has failed! Filename: libigdfcl.so.1 Error! FCL initialization failure. Error code = -6 Command was: /home/pvelesko/intel-compute-runtime-build/neo/build/bin/ocloc -q -spv_only -file /home/pvelesko/intel-compute-runtime-build/neo/shared/source/built_ins/kernels/fill_image3d.builtin_kernel -out_dir...