Coder Social home page Coder Social logo

Comments (5)

timholy avatar timholy commented on July 20, 2024

I'm not sure what you mean. If you use the commands in this section, you're explicitly allocating memory on the device. What kind of "sharing" did you have in mind? Do you know about SharedArrays? (They're on the CPU.)

from cudart.jl.

joaquimg avatar joaquimg commented on July 20, 2024

I wanted to mean the memory dynamic shared memory between threads of some block. Like in the section dynamic shared memory here
The third field in:
yourFunction<<<1, n, n*sizeof(int)>>>(d_d, n);

used for sum reductions for instance.

I am aware of SharedArrays in CPU case.

from cudart.jl.

timholy avatar timholy commented on July 20, 2024

Oh, right, now I remember this kind of thing. Honestly, I don't remember (it's been at least a year since I put a lot of effort into this package), this is probably the kind of thing you'll have to dig into the source code for. If it's not supported, a PR implementing it would be great!

from cudart.jl.

adambrewster avatar adambrewster commented on July 20, 2024

Yes.

When calling launch (function launch(f::CuFunction, grid::CudaDims, block::CudaDims, args::Tuple; shmem_bytes::Int=4, stream=null_stream), set shmem_bytes to the desired size.

from cudart.jl.

maleadt avatar maleadt commented on July 20, 2024

This functionality is covered by CUDAdrv's cudacall nowadays, which accepts a keyword argument shmem to specify the bytes of shared memory to dynamically allocate.

I'll update the README and examples, which apparently are still using launch.

from cudart.jl.

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.