Commit 8bbb3d5c authored by wangshaojie6's avatar wangshaojie6
Browse files

not use ext api

parent 9d95fc01
...@@ -69,7 +69,7 @@ struct KernelTimer ...@@ -69,7 +69,7 @@ struct KernelTimer
std::unique_ptr<KernelTimerImpl> impl; std::unique_ptr<KernelTimerImpl> impl;
}; };
#define HIP_EXT 1 #define HIP_EXT 0
template <typename... Args, typename F> template <typename... Args, typename F>
float launch_and_time_kernel(const StreamConfig& stream_config, float launch_and_time_kernel(const StreamConfig& stream_config,
F kernel, F kernel,
......
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