Skip to content

Commit

Permalink
Reduce test size
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Aug 6, 2024
1 parent 6dd3ed7 commit 7312429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_gamma_nvrtc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7312429

Please sign in to comment.