Skip to content

Commit e334942

Browse files
Fix builtin_fp16.h path according to: https://discuss.tvm.apache.org/… (#8705)
1 parent 3e0c461 commit e334942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/contrib/sort/sort.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121
* \file Use standard C library call.
2222
*/
2323

24-
#include <builtin_fp16.h>
2524
#include <dlpack/dlpack.h>
2625
#include <tvm/runtime/registry.h>
2726

2827
#include <algorithm>
2928
#include <vector>
3029

30+
#include "../../../../3rdparty/compiler-rt/builtin_fp16.h"
31+
3132
namespace tvm {
3233
namespace contrib {
3334

0 commit comments

Comments
 (0)