Git Product home page Git Product logo

Comments (7)

andreasnoack avatar andreasnoack commented on September 3, 2024

Well. We probably don't need to MKL.jl to be registered to use it for testing.

from mklsparse.jl.

KristofferC avatar KristofferC commented on September 3, 2024

But this package already works automatically (as long as you set the env variables with the mklvars script).

from mklsparse.jl.

andreasnoack avatar andreasnoack commented on September 3, 2024

Yeah. I wasn't precise. I meant without a preinstalled MKL.

from mklsparse.jl.

arnavs avatar arnavs commented on September 3, 2024

Just a question on this issue.

An RA here is working on fleshing out coverage in MKLSparse. The MKL downloads for Mac on Intel's site are broken, so setting the environment variables is impossible. Instead, we decided to install MKL.jl, and then nuke the piece of code that manually links to it (i.e., the __init__().)

Is this correct? (Basically, if you added MKL.jl as a dep, would that init function be irrelevant?)

from mklsparse.jl.

KristofferC avatar KristofferC commented on September 3, 2024

Update here: What should be done is to depend on MKL_jll and use that (no need to use MKL.jl).

from mklsparse.jl.

ywa136 avatar ywa136 commented on September 3, 2024

Hi guys, a question.

I'm new to Julia, MKL, and MKLSparse. I'm having trouble getting MKLSparse to work because it could not load the library "libmkl_rt". I understand that you mentioned to depend the package on MKL or MKL_jll. But how that exactly works? More specifically, how do I depend MKLSparse to one of those?

Many thanks!

from mklsparse.jl.

pablosanjose avatar pablosanjose commented on September 3, 2024

@ywa136 , what you need to do is install the MKL library (from Intel) in your system, and load the env variables before launching Julia (source /opt/intel/mkl/bin/mklvars.sh intel64 ilp64 or somesuch). What these gentlemen are discussing here is not anything the user needs to do, it is a mechanism to allow, in the future, to download the library automatically so the user doesn't have to. Also, please direct your questions to e.g. discourse.julialang.org, so we can keep github focused on development issues.

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