You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GrB_mxv returned GrB_Sucess. no error output. the directory structure was created in GB_JIT_Cache... but no files outputted into /c or libraries created. weird? clearly i'm missing something.
The text was updated successfully, but these errors were encountered:
If I can't run the JIT (because of a compiler error in user code, unable to write to the cache folder, etc), then I punt to the generic kernel and return GrB_SUCCESS.
The error log comes from the stderr of the compiler command. If the compiler finds a syntax error or has some other error, the error might not get logged in the error log file.
i compiled like so:
make static -j CMAKE_OPTIONS='-DCOMPACT=1'
got the ~11.8 MB static library file
compiled and ran the below code:
GrB_mxv returned GrB_Sucess. no error output. the directory structure was created in GB_JIT_Cache... but no files outputted into /c or libraries created. weird? clearly i'm missing something.
The text was updated successfully, but these errors were encountered: