Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
3ca84d92
Commit
3ca84d92
authored
Sep 27, 2023
by
Umang Yadav
Browse files
add defs around hip runtimes
parent
4131b712
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
include/ck/ck.hpp
include/ck/ck.hpp
+6
-5
No files found.
include/ck/ck.hpp
View file @
3ca84d92
...
@@ -4,11 +4,12 @@
...
@@ -4,11 +4,12 @@
#pragma once
#pragma once
#include "ck/config.h"
#include "ck/config.h"
#ifndef __HIPCC_RTC__
#ifndef CK_DONT_USE_HIP_RUNTIME_HEADERS
#ifndef CK_DONT_USE_HIP_RUNTIME_HEADERS
#include "hip/hip_runtime.h"
#include "hip/hip_runtime.h"
#include "hip/hip_fp16.h"
#include "hip/hip_fp16.h"
#endif
#endif
#endif
#define CK_TIME_KERNEL 1
#define CK_TIME_KERNEL 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment