Skip to content

Commit

Permalink
nicer error fallback for getrf (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Aug 6, 2023
1 parent f74c6bf commit 58b033a
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 @@ -6814,7 +6814,7 @@ function __init__()
@fwdfunc(jl_array_ptr_copy_fwd),
)
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_"),
("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_"),
@augfunc(jl_unhandled_augfwd),
@revfunc(jl_unhandled_rev),
@fwdfunc(jl_unhandled_fwd),
Expand Down

0 comments on commit 58b033a

Please sign in to comment.