Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sperlingxx committed Apr 22, 2022
1 parent e313a2a commit 50bfc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/native/include/jni_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ inline void jni_cuda_check(JNIEnv *const env, cudaError_t cuda_status) {
env->Throw((jthrowable)cuda_error); \
} \
} \
} \
} \
return ret_val; \
}

Expand Down

0 comments on commit 50bfc2c

Please sign in to comment.