rohany / taco

The Tensor Algebra Compiler (taco) computes sparse tensor expressions on CPUs and GPUs
http://tensor-compiler.org
Other
6 stars 3 forks source link

[WIP]: Enable MKL support for DISTAL #118

Open rohany opened 2 years ago

rohany commented 2 years ago

This currently doesn't work due to some complications around using Legion with threaded MKL.

rohany commented 2 years ago

Realm now has a system openmp module, so it should be possible to get this to work as long as the system openmp module has been configured + running with a rank per socket.