wormwang

Results 6 issues of wormwang

I meet error at ARM64 ubuntu 16.04 with AMD ROCm and TF 1.3 https://github.com/ROCmSoftwarePlatform/tensorflow root@:~/tensorflow# bazel build --config=opt --config=rocm //tensorflow/tools/pip_package:build_pip_package --verbose_failures ERROR: /root/.cache/bazel/_bazel_root/efb88f6336d9c4a18216fb94287b8d97/external/io_bazel_rules_closure/closure/filegroup_external.bzl:23:16: name 'set' is not defined ERROR: /root/.cache/bazel/_bazel_root/efb88f6336d9c4a18216fb94287b8d97/external/io_bazel_rules_closure/closure/webfiles/web_library.bzl:43:14:...

update this for rocm v2.3?

README.md is not update for 6 months. It is too much old. and mislead building from source code.

export HIP_PLATFORM=hcc cmake -DHSA_PATH=/opt/hsa-rocr-dev/hsa -DHCC_HOME=/opt/rocm/hcc -DCMAKE_INSTALL_PREFIX=/opt/rocm/hip -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS= "-v" .. #make fatal error: error in backend: Unsupported calling convention. clang-7: error: clang frontend command failed with exit code 70 (use...

Ubuntu 18.04, gcc 8.3 ,g++ 8.3 We build hcc 2.10 from source code. meet such error [100%] Building CXX object lib/CMakeFiles/mcwamp.dir/mcwamp.cpp.o [100%] Building CXX object lib/CMakeFiles/mcwamp.dir/mcwamp.cpp.o In file included from...

We meet error when build the roctracer on rocm 2.10 on Ubuntu 18.04 with gcc 7.50 and HIP/HCC 2.10 /home/motech/rocm2.10/new/roctracer/inc/roctracer_hsa.h:133:10: fatal error: 'inc/hsa_prof_str.h' file not found #include "inc/hsa_prof_str.h" ^~~~~~~~~~~~~~~~~~~~ where...