Giter VIP home page Giter VIP logo

Comments (13)

Oblomov avatar Oblomov commented on September 3, 2024

Hello @koparasy

which GPUSPH version (or branch) does this happen with?

from gpusph.

koparasy avatar koparasy commented on September 3, 2024

Hello @Oblomov

I am working on the main branch.

from gpusph.

Oblomov avatar Oblomov commented on September 3, 2024

Hello @koparasy

can you please try the next branch and see if it's fixed there already?

from gpusph.

koparasy avatar koparasy commented on September 3, 2024

I checkout to the next branch and the error persists.

from gpusph.

Oblomov avatar Oblomov commented on September 3, 2024

I'm afraid I'm unable to reproduce the issue locally. Can you see if running GPUSPH under cuda-memcheck gives some indiciation of where the illegal access is coming from?

from gpusph.

Oblomov avatar Oblomov commented on September 3, 2024

Also: are you running single- or multi-GPU?

from gpusph.

koparasy avatar koparasy commented on September 3, 2024

The error appears on single and multi GPU runs. I attach you the output of a run with a single gpu without mpi support without hdf5 support.

I attach the output of the cuda-memcheck.
cudaMemCheck.txt

from gpusph.

Oblomov avatar Oblomov commented on September 3, 2024

Thanks for the report. From the log, it would seem that the issue happens when the forcesDevice kernel tries to fetch the neighbors position, but the array where it's trying to read from should be valid. I do not have any GPU with Compute Capability 7.0 and cannot reproduce the error on my machine, so I'm afraid debugging will be a bit slow and you'll have to be my hands and eyes 8-)

For starters, I would recommend to updated to the latest next that I just pushed, which includes a small fix for neighbors traversal. I don't think it's directly relevant to the case, but we never know.

if the latest next (currently at commit add5af0) doesn't fix the issue, I would ask you to try the following change: in src/cuda/textures.cuh, replace the line:

#if __COMPUTE__ >= 20 && __COMPUTE__/10 != 3

with

#if 1

and see if you can replicate the error, and then again replacing it with

#if 0

and see if you can replicate the error. This should help us pinpoint a bit better the possible source of error.

from gpusph.

anthropoy avatar anthropoy commented on September 3, 2024

Had the same issue on a 6.1 CUDA device. I am actually working on the wsl branch but I did merge that fix from the 'next' branch. I also tried the fix in textures.cuh, none worked.

from gpusph.

Oblomov avatar Oblomov commented on September 3, 2024

Can you please provide the output of make show? It should be available as info/show.txt ready for export if you're on a recent enough branch.

from gpusph.

anthropoy avatar anthropoy commented on September 3, 2024

show.txt

As attached, thanks.

from gpusph.

Oblomov avatar Oblomov commented on September 3, 2024

The Microsoft compiler suffers from this bug, which affects GPUSPH. A large part of the changes introduced in the wsl branch are specifically to work around this, but it seems you're hitting a case we missed. We'll look into it.

from gpusph.

anthropoy avatar anthropoy commented on September 3, 2024

I see, thanks for looking into this.

from gpusph.

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.