Skip to content

Commit

Permalink
Fix builtin_fp16.h path according to: https://discuss.tvm.apache.org/… (
Browse files Browse the repository at this point in the history
  • Loading branch information
LightricksNatanKaminsky authored Aug 16, 2021
1 parent 3e0c461 commit e334942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/contrib/sort/sort.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
* \file Use standard C library call.
*/

#include <builtin_fp16.h>
#include <dlpack/dlpack.h>
#include <tvm/runtime/registry.h>

#include <algorithm>
#include <vector>

#include "../../../../3rdparty/compiler-rt/builtin_fp16.h"

namespace tvm {
namespace contrib {

Expand Down

0 comments on commit e334942

Please sign in to comment.