-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Good morning, I was trying to run JitSpMM with the provided toy sample, but it showed the error "Segmentation fault (core dumped)". At first, I wondered if it was because my AMD server was not compatible, so I tried on another server with Intel cpu, but the same error occured. Then, I dig in the code and found the error was from the void function spmm_csr_row_split_dynamic_jit when the generated JIT kernel (fn) is executed and destroyed unsuccessfully (line 205 in RowSplit.hpp).
I suspect your code doesn't allow the threads exit properly before releasing fn, could you please check it from your side? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels