Skip to content

Commit

Permalink
Use a smaller GEMM workload on RISCV targets
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 19, 2023
1 parent a98c292 commit 3550698
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utest/test_fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ CTEST(fork, safety)
#ifndef BUILD_DOUBLE
exit(0);
#else
#ifndef ARCH_RISCV64
blasint n = 1000;
#else
blasint n = 100;
#endif
int i;

double *a, *b, *c, *d;
Expand Down

0 comments on commit 3550698

Please sign in to comment.