Initial commit
This commit is contained in:
9
benchmarks/benchmark_mkl.cpp
Normal file
9
benchmarks/benchmark_mkl.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <trigdx/mkl.hpp>
|
||||
|
||||
#include "benchmark_utils.hpp"
|
||||
|
||||
int main() {
|
||||
benchmark_sinf<MKLBackend>();
|
||||
benchmark_cosf<MKLBackend>();
|
||||
benchmark_sincosf<MKLBackend>();
|
||||
}
|
||||
Reference in New Issue
Block a user