Here are
73 public repositories
matching this topic...
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
Updated
Dec 23, 2020
Python
Fast implementation of BERT inference directly on NVIDIA (CUDA, CUBLAS) and Intel MKL
Fast inference engine for Transformer models
Julia bindings to the FFTW library for fast Fourier transforms
Updated
Mar 27, 2022
Julia
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Updated
Nov 4, 2021
Python
A package for Multiple Kernel Learning in Python
Updated
Feb 3, 2022
Python
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Updated
Nov 9, 2019
Shell
Fast Unit Root Tests and OLS regression in C++ with wrappers for R and Python
A simple cross platform .NET API for Intel MKL
NumPy-based Python interface to Intel (R) MKL FFT functionality
Updated
Aug 24, 2021
Python
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Redistribute Intel MKL as a crate
Updated
Mar 25, 2022
Rust
PyTorch implementation of the Complex Steerable Pyramid
Updated
Apr 7, 2022
Python
Updated
Sep 12, 2021
Prolog
End-to-end speech recognition using TensorFlow
Updated
Apr 2, 2018
Python
Least squares adjustment software
Make available to Julia the sparse functionality in MKL
Updated
Oct 22, 2020
Julia
NumPy drop-in replacement for Intel(R) XPUs
Python wrapper for Intel Math Kernel Library (MKL) matrix multiplication
Updated
Mar 25, 2022
Python
Foundational library for Kernel methods in pattern analysis and machine learning
Updated
Sep 5, 2021
Python
Python hooks for Intel(R) Math Kernel Library runtime control settings.
Updated
Nov 5, 2021
Cython
Python/C++ library for distribution power system analysis
Updated
Oct 2, 2017
Makefile
implement bert in pure c++
A third-party distribution of Multiwfn for gfortran, 100% free!
Updated
Jul 31, 2018
Fortran
Python interface to Intel(R) Math Kernel Library's random number generation functionality
Updated
Aug 26, 2021
Python
Optimized tensorflow wheels binaries build for macos
Updated
Jul 19, 2018
Shell
Stepwise optimizations of DGEMM on CPU, reaching performance faster than Intel MKL eventually, even under multithreading.
Improve this page
Add a description, image, and links to the
mkl
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
mkl
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
If
eps_ris shape(N,)then the fields solved are shape(N,1)Either:
eps_rarraysOr:
eps_rshape and reshape the fields to match.