Giter Club home page Giter Club logo

Comments (4)

 avatar commented on September 28, 2024

In pycuda_handler, can we do a check to see if int32_t is defined, and, if not, add this code to one of the kernel(s):

typedef int int32_t;

?

from brainstorm.

 avatar commented on September 28, 2024

Figured out where the int32_t's are originating: the misc module in scikit-cuda, lines 822-3. As a quick hack I changed those to ints, and now this works. Note sure if anything can be done within brainstorm to account for this. Probably not. Needless to say, I don't like having to hack another module to get this working...Windows users (which this problem will most likely affect) might have to make some changes to their CUDA setup so that int32_t is defined?

from brainstorm.

flukeskywalker avatar flukeskywalker commented on September 28, 2024

scikit-cuda.misc appears to use int in other kernels, but int32_t in
this kernel. Perhaps this can be changed in scikit-cuda so that future
versions will not have this problem. I'm sure they would like improved
Windows compatibility. Perhaps you would like to submit a PR to them on
Github?

On 21 November 2015 at 23:02, Brian Thomas [email protected] wrote:

Figured out where the int32_t's are originating: the misc module in
scikit-cuda, lines 822-3. As a quick hack I changed those to ints, and now
this works. Note sure if anything can be done within brainstorm to account
for this. Probably not. Needless to say, I don't like having to hack
another module to get this working...Windows users (which this problem will
most likely affect) might have to make some changes to their CUDA setup so
that int32_t is defined?


Reply to this email directly or view it on GitHub
#100 (comment).

from brainstorm.

 avatar commented on September 28, 2024

I will do so. Thanks

from brainstorm.

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.