Giter Site home page Giter Site logo

Comments (6)

rhornung67 avatar rhornung67 commented on July 22, 2024 1

warnings like this tend to be somewhat inconsistent across compilers and versions. The warning doesn't show up when using nvcc 11.2.0 for example (same gcc 8.3.1). IMO, nvcc 10.2.89 is complaining about something that it should not.

from raja.

rhornung67 avatar rhornung67 commented on July 22, 2024 1

The stack size warnings are common and can probably be ignored if the code runs correctly. For example: kokkos/kokkos#2039

from raja.

MrBurmark avatar MrBurmark commented on July 22, 2024

I have seen these warnings as well. I'm pretty sure the compiler shouldn't be complaining as std::move is allowed in device code. I have been ignoring them and hoping things turn out ok, the device sort test pass and they do use this code on the device.

from raja.

MrBurmark avatar MrBurmark commented on July 22, 2024

Maybe we could work around these warnings by making our own version of move or using a static cast instead.

from raja.

kab163 avatar kab163 commented on July 22, 2024

warnings like this tend to be somewhat inconsistent across compilers and versions. The warning doesn't show up when using nvcc 11.2.0 for example (same gcc 8.3.1). IMO, nvcc 10.2.89 is complaining about something that it should not.

Let me try cuda 11. If I can reproduce that (having the warning go away) then I think it would be reasonable to assume it's a non-issue. Thanks, Rich and Jason!

from raja.

kab163 avatar kab163 commented on July 22, 2024

Ok, that warning disappeared when using cuda/11.2.0.

Do we care about the ptxas warnings? I get a bunch of these:

ptxas warning : Stack size for entry function '_Z18forone_cuda_globalIZN14IntroSortPairsI11forone_cuda11RunOnDeviceEclIN4RAJA4SpanIPdlEENS6_IPllEENS5_9operators4lessIddEEEEvOT_OT0_T1_EUlvE_EvT_' cannot be statically determined

But ya, we can close this issue then. Thanks again!

from raja.

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.