Skip to content
/ mkl Public

Basic mkl bindings based on dtype-next's ffi system

Notifications You must be signed in to change notification settings

cnuernber/mkl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic MKL Bindings

Clojars Project

Minimal, partial MKL bindings using dtype-next's ffi system.

The only meaningfully finished sections are convolutions and random number generation.

Convolutions are significantly faster when using MKL than with any JVM-provided method especially if they are large enough to require fft-based methods.

Random number generation, however, for uniform it may be at most 2x and many times it isn't that much faster. The benefit of using mkl will increase when you need more sophisticated distributions for example gaussian generation is about 4x when we compare the intel fast mercenne twister stream compared to the apache commons mercenne twister stream.

See api.clj for fft example. The random number generation doesn't have an example but it does have good docs :-).

About

Basic mkl bindings based on dtype-next's ffi system

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published