Guen Gn
Guen Gn
Please refer to https://github.com/tensorflow/tensorflow/issues/53061 which is routed to here.
I just tried building using published instructin on github but appears to fail. Installed rocm4.1 and checked out 4.1 branch of tensile. Develop branch also failing with same error. root@guest:~/indie/Tensile/build#...
https://github.com/onnx/tutorials/blob/master/tutorials/OnnxTensorflowImport.ipynb Inspecting the code, it does not really import to tensorflow, not even sure why it is called importing to tf. the imported so cald tf_rep appears to be onnx's...
build failed, see log in url. Can not paste as it is too big. https://u.pcloud.link/publink/show?code=XZPN7eXZLmcvTahxtFQMmLJBDANq8zePrsH7
I used the instruction in the readme but lot of build error resulted. I summarized my effort in my private blog. Can you see what has gone wrong? https://gnwp000.wordpress.com/2019/02/18/open-cl-compilation-effort/ https://community.amd.com/message/2899992
I am doing OPENCL project which uses freeimage library. I can utilize the freeimage.h include to build however for linking, it needs linux version of dynamic link library conforming to...
It appears the instruction in INSTALL.md misled in such a way build expects the hipconfig in wrong place. DCMAKE_INSTALL_PREFIX=$PWD/install .. -- HIP_COMMON_DIR found at /root/ROCm-4.5/hipamd/hip Can't open perl script **"/root/ROCm-4.5/hipamd/hip/bin/hipconfig":**...
``` #include #include "hip/hip_runtime.h" // 1. if N is set to up to 1024, then sum is OK. // 2. Set N past the 1024 which is past No. of...
Using ubuntu18.04 rocm4.5.2 source to build rocclr: readme file states: ### Build ROCclr Here is command to build ROCclr: ```bash cd "$ROCclr_DIR" mkdir -p build; cd build cmake -DOPENCL_DIR="$OPENCL_DIR" -DCMAKE_INSTALL_PREFIX=/opt/rocm/rocclr...
From https://github.com/ROCm-Developer-Tools/ROCmValidationSuite I see following: ... Running version pre-complied and packaged with ROCm release sudo /rvs/rvs -d 3 eg/- sudo /opt/rocm-4.0.0/rvs/rvs -d 3 sudo /rvs/rvsqa.new.sh eg/- sudo /opt/rocm-4.0.0/rvs/rvsqa.new.sh Similarly, you...