We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4965e commit 8d2e653Copy full SHA for 8d2e653
1 file changed
src/numba/openmp/omp_runtime.py
@@ -84,7 +84,7 @@ def numba_to_ctype(tstr):
84
omp_get_team_size = _OpenmpExternalFunction(
85
"omp_get_team_size", types.int32(types.int32)
86
)
87
-omp_in_final = _OpenmpExternalFunction("omp_in_finale", types.int32())
+omp_in_final = _OpenmpExternalFunction("omp_in_final", types.int32())
88
omp_get_proc_bind = _OpenmpExternalFunction("omp_get_proc_bind", types.int32())
89
omp_get_num_places = _OpenmpExternalFunction("omp_get_num_places", types.int32())
90
omp_get_place_num_procs = _OpenmpExternalFunction(
0 commit comments