We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dff1c commit b6db5aaCopy full SHA for b6db5aa
tests/python/relay/aot/riscv.mk
@@ -21,8 +21,8 @@ ENABLE_TVM_PLATFORM_ABORT_BACKTRACE = 0
21
DMLC_CORE=$(TVM_ROOT)/3rdparty/dmlc-core
22
TOOLCHAIN_PATH=$(shell dirname $(shell which riscv64-unknown-linux-gnu-gcc))/..
23
24
-CC = clang
25
-CXX = clang++
+CC = clang-16
+CXX = clang++-16
26
27
TARGET_CFLAGS = --target=riscv64-unknown-linux-gnu -march=rv64gcv -static
28
RUNNER = spike
0 commit comments