Giter Site home page Giter Site logo

Comments (4)

maleadt avatar maleadt commented on June 14, 2024

Yes, I know, CUDAnative is currently broken on master after JuliaLang/julia#21888. I haven't had the time to fix, please use release-0.6 or v0.6.0 for the time being.

from cudanative.jl.

colbec avatar colbec commented on June 14, 2024

Now that the final binary has been released for Julia 0.6 I have switched to this for my main work. Since I did not compile from source, is there a way to match up CUDA tools with the binary version of 0.6? Currently the installation calls for the custom compile approach.

from cudanative.jl.

maleadt avatar maleadt commented on June 14, 2024

The source build is required for LLVM.jl, which builds a custom libLLVM_extra.so. The problem with binary dists is that 1) it doesn't ship the necessary build artifacts (llvm-config, LLVM headers, etc), and 2) there's going to be a compiler mismatch (the one used to build julia's binary LLVM, and the one you're using to build libLLVM_extra). The former you could "fix" by building libLLVM_extra once and caching that .so, the second issue you cannot fix. It might work, but there might be incompatibilities.

from cudanative.jl.

maleadt avatar maleadt commented on June 14, 2024

Triaged: after JuliaLang/julia#21888, Julia emits address spaces (on function parameters, loads, addrspacecasts and in the future possibly alloca's) on points in non-generic address spaces. NVPTX's ISEL doesn't support these, and we need to strip them from the IR. LLVM.jl isn't powerful enough for this, as the C API doesn't export any of Utils/CloneFunction, so we'd need to do this as part of base (ref JuliaLang/julia#22414).

from cudanative.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.