ChenNingCong
ChenNingCong
@oxinabox I also encounter this problem recently.On Julia-1.8.0-DEV, I fix this by changing the definition of `prefetch` from (on master): ```julia @inline function _prefetchr(p::Ptr) ccall("llvm.prefetch", llvmcall, Cvoid, (Ref{Int8}, Int32, Int32,...
Hi, I also encountered this problem. It turns out that the doc-builder in the pip repo is out-dated. Please install and build the doc-builder from scratch [doc-builder](https://github.com/huggingface/doc-builder) ``` cd doc-builder...
Sorry for the late reply. I spend some time digging into the code base. Here are some reports: 1.Julia implements regex expression by calling perl's library. So unless we implement...
Can you output the result of `@code_llvm dump_module=true raw=true f(c, cs, 0.8)`? This is more of a LLVM issue and we only need the LLVM bitcode to reproduce the problem....