Giter Club home page Giter Club logo

Comments (5)

preda avatar preda commented on July 26, 2024

If you want to run it on Intel HD GPU, it may be good to find a way to set group size above 256, in particular 512. I expect there is some way to do that, e.g. by setting some environment variable. This depends on the openCL driver (Intel), I don't know it.

But I really do need the 512 group size. I do not plan to reduce that, because it's important for fast running on AMD GPUs.

from gpuowl.

preda avatar preda commented on July 26, 2024

Right now gpuOwl requires WG 512; closing as there's nothing I think I can do here, except looking up documentation from Intel on how to enable that.

from gpuowl.

Semnodime avatar Semnodime commented on July 26, 2024

Sorry but I wasn't describing the issue clear enough:

It does work on my integrated Intel GPU but it does not work on my AMD Radeon HD 7850 Graphics Card. The error log is from the AMD card (as it also states in the first few lines of the log!)

from gpuowl.

preda avatar preda commented on July 26, 2024

Yes, sorry for my bad reading. IMO it's a driver issue. It does not accept, for some reason, a workgroup size of 512, which is needed by gpuOwl. I don't think there's much I can do to fix this in the program.

OTOH I bet I saw an environment variable that was lifting this restriction (256) on some AMD driver, but I can't seem to find it now by web search, which is annoying.

from gpuowl.

preda avatar preda commented on July 26, 2024

found it: GPU_MAX_WORKGROUP_SIZE
https://community.amd.com/thread/166244

So try running after an export like
export GPU_MAX_WORKGROUP_SIZE=512

from gpuowl.

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.