Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyVR committed Jun 16, 2022
1 parent 73ebb92 commit bc857d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi/backends/cuda/cuda_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ bool CUDADriverBase::load_lib(std::string lib_linux, std::string lib_windows) {
return false;
} else {
TI_TRACE("{} loaded!", lib_name);
return true;
}
return true;
}

CUSPARSEDriver::CUSPARSEDriver() {
Expand Down

0 comments on commit bc857d9

Please sign in to comment.