Skip to content

Commit 64e29bd

Browse files
committed
Disabled riscv64
1 parent 44ef7a6 commit 64e29bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

O/ONNXRuntime/common.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ fi
6868
"""
6969

7070
function platform_exclude_filter(p::Platform)
71+
arch(p) == "riscv64" || # riscv64 fails to link with undefined reference to MlasSgemmKernelAdd
7172
libc(p) == "musl" ||
7273
p == Platform("i686", "Linux") || # No binary - and source build fails linking CXX shared library libonnxruntime.so
7374
Sys.isfreebsd(p)

0 commit comments

Comments
 (0)