Replies: 1 comment 1 reply
-
What string does openblas_get_config() return ? It could be that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have installed openblas using dnf in almalinux 8.
Using this command, I have checked the number of thread, but it is always 1...
std::cout << "Current OpenBLAS Threads: " << openblas_get_num_threads() << std::endl;
echo $OPENBLAS_NUM_THREADS
4
I would like to calculate matrix in parallal. Could you please help me to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions