Commit e00dacb1 by Tianqi Chen Committed by GitHub

[RUNTIME] keep opencl runtime deps free from node (#1349)

parent 88c74e65
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.2)
project(tvm C CXX)
# Utility functions
......
......@@ -4,9 +4,6 @@
*/
#include <tvm/runtime/registry.h>
#include <dmlc/thread_local.h>
#include <tvm/container.h>
#include <tvm/ir.h>
#include <tvm/packed_func_ext.h>
#include "./opencl_common.h"
namespace tvm {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment