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