Skip to content

Commit

Permalink
Add nicer nc_sync error (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Sep 10, 2023
1 parent 2961183 commit 04ced8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6883,7 +6883,7 @@ function __init__()
register_handler!(
("jl_uv_associate_julia_struct","uv_async_init","cuLaunchHostFunc","uv_timer_init","uv_timer_start","jl_array_del_beg","ijl_array_del_beg","jl_array_grow_beg","ijl_array_grow_beg","cublasDgemm_v2", "cublasDscal_v2", "ijl_call_in_typeinf_world", "jl_call_in_typeinf_world",
"dpotrf_64_", "dpotrf_", "dtrtrs_64_", "dtrtrs_", "dgetrf_64_", "dgetrf_", "dgetrs_", "dgetrs_64_", "dtzrzf_", "dtzrzf_64_", "dormqr_", "dormqr_64_", "dormrz_", "dormrz_64_", "dlaic1_", "dlaic1_64_", "dgeqp3_", "dgeqp3_64_",
"cholmod_l_start", "dgetri_64_", "dgetri_"),
"cholmod_l_start", "dgetri_64_", "dgetri_", "nc_sync"),
@augfunc(jl_unhandled_augfwd),
@revfunc(jl_unhandled_rev),
@fwdfunc(jl_unhandled_fwd),
Expand Down

0 comments on commit 04ced8a

Please sign in to comment.