We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ef7a6 commit 64e29bdCopy full SHA for 64e29bd
O/ONNXRuntime/common.jl
@@ -68,6 +68,7 @@ fi
68
"""
69
70
function platform_exclude_filter(p::Platform)
71
+ arch(p) == "riscv64" || # riscv64 fails to link with undefined reference to MlasSgemmKernelAdd
72
libc(p) == "musl" ||
73
p == Platform("i686", "Linux") || # No binary - and source build fails linking CXX shared library libonnxruntime.so
74
Sys.isfreebsd(p)
0 commit comments