From 7312429a45085cbb794b535a7e5623d8451ef6c9 Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Tue, 6 Aug 2024 11:22:48 -0400 Subject: [PATCH] Reduce test size --- test/test_gamma_nvrtc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_gamma_nvrtc.cpp b/test/test_gamma_nvrtc.cpp index d95b792dd..9beae5b61 100644 --- a/test/test_gamma_nvrtc.cpp +++ b/test/test_gamma_nvrtc.cpp @@ -102,7 +102,7 @@ int main() delete[] ptx; // Input parameters - int numElements = 50000; + int numElements = 5000; float *h_in1, *h_in2, *h_out; float *d_in1, *d_in2, *d_out;