From a263c0c933edfc68d6dbb9e25f836b08c71d8162 Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Tue, 13 Sep 2022 15:14:45 +0200 Subject: [PATCH] Fix cuda bench --- bench/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Makefile.am b/bench/Makefile.am index 8897ddf..7588f08 100644 --- a/bench/Makefile.am +++ b/bench/Makefile.am @@ -25,7 +25,7 @@ AM_CXXFLAGS = $(CUDA_CXXFLAGS) AM_LDFLAGS += $(CUDA_LDFLAGS) bin_PROGRAMS += test-cublas-parallel-atrip -test_cublas_parallel_SOURCES = test-cublas-parallel-atrip.cxx +test_cublas_parallel_atrip_SOURCES = test-cublas-parallel-atrip.cxx bin_PROGRAMS += test-cuda-sanity test_cuda_sanity_SOURCES = test-cuda-sanity.cxx