Skip to content

Commit

Permalink
Add exceptions header
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed Jun 5, 2024
1 parent 3641906 commit 7dee1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/blas/backends/mklcpu/mklcpu_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "oneapi/mkl/blas/detail/mklcpu/onemkl_blas_mklcpu.hpp"

#include "oneapi/mkl/exceptions.hpp"
#include "../mkl_common/mkl_blas_backend.hpp"

namespace oneapi {
Expand Down
1 change: 1 addition & 0 deletions src/blas/backends/mklgpu/mklgpu_batch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include "oneapi/mkl/blas/detail/mklgpu/onemkl_blas_mklgpu.hpp"

#include "oneapi/mkl/exceptions.hpp"
#include "../mkl_common/mkl_blas_backend.hpp"

namespace oneapi {
Expand Down

0 comments on commit 7dee1c1

Please sign in to comment.