Sungho Shin

Results 74 comments of Sungho Shin

@michel2323, we don't have an Intel runner. Could you add one?

@frapac @amontoison With these changes, we can eliminate the TTFS ``` [sushin@shin-macbook-pro:~/git/MadNLP.jl]$ julia _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _...

@amontoison @frapac @apozharski Due to the invalidation issue, I was wondering if we can revisit our overall package structure. We can individually write precompilation scripts e.g., MadNLPHSLJuMPExt, MadNLPPardisioJuMPExt, etc., but...

@apozharski Following up from #496, if you need more control over what should be imported or not within `libmad`, you can hand pick a few packages, like `import MadNLPCore, CUDA,...