Git Product home page Git Product logo

Comments (5)

whchung avatar whchung commented on September 27, 2024

@LWisteria From dmesg it seems there's something wrong in the kernel. Could you first check if ROCm stack is working properly on your system?

In section "Verify Installation" at:
https://github.com/RadeonOpenCompute/ROCm#add-the-rocm-apt-repository

there's a "vector_copy" example which only use HSA API and doesn't involve HCC. Please check if this work or not.

from hcc.

whchung avatar whchung commented on September 27, 2024

@LWisteria I've changed your test case a bit, please check my updated version. It works fine on my system with AMD R9 Nano + Ubuntu 14.04 + ROCm 1.1 stack.

I changed:

  1. use "clamp-config", not "hcc-config". for pure C++AMP codes "clamp-config" is preferred.
  2. iterate devices from cbegin() to cend(), instead of crbegin() to crend()
  3. I changed array_view so they are captured by copy, not captured by reference.

According to C++ AMP spec, concurrency::array_view instances shall be captured by copy, and concurrency::array instances shall be captured by reference. HCC front end doesn't check this yet so you need to be cautious on how you capture variables in your kernel.

from hcc.

LWisteria avatar LWisteria commented on September 27, 2024

@whchung

Thank you for your answer.

I overlooked https://github.com/RadeonOpenCompute/ROCm#verify-installation and I found hsa_signal_wait_acquire() doesn't return.
This means the problem is not on hcc but for ROCm run-time or etc?
Could you tell me where I should report?

And thanks for modifying my code.
I run your code. "GPU fault detected" error is erased but ./vector_add doen't return maybe on concurrency::parallel_for_each.
It seems to be the same problem as pure HSA version.

from hcc.

whchung avatar whchung commented on September 27, 2024

@LWisteria I noticed you are using an Intel i7-3770k, which is Ivy Bridge. To my knowledge to get ROCm stack working properly you need a Haswell, Skylake or later ones which support PCIe 3.0 atomics.

I would still recommend you raise the question at ROCm git repo so folks there could help you triage your issue better.

from hcc.

LWisteria avatar LWisteria commented on September 27, 2024

@whchung

Thank you for your very helpful advice. I file the problem on the ROCm repo's issue.
And I will try getting Haswell or later CPU and executing on it.

Please close this issue if you don't have any other problem.
Thanks again!

from hcc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.