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
Commits
18a43581
Commit
18a43581
authored
Mar 04, 2020
by
Chao Liu
Browse files
fix build issue
parent
9dd8a824
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
22 deletions
+6
-22
composable_kernel/include/tensor_description/tensor_coordinate_helper.hpp
...l/include/tensor_description/tensor_coordinate_helper.hpp
+0
-16
composable_kernel/include/utility/config.nvidia.hpp.in
composable_kernel/include/utility/config.nvidia.hpp.in
+6
-6
No files found.
composable_kernel/include/tensor_description/tensor_coordinate_helper.hpp
deleted
100644 → 0
View file @
9dd8a824
#ifndef CK_TENSOR_COORDINATE_HELPER_HPP
#define CK_TENSOR_COORDINATE_HELPER_HPP
#include "tensor_coordiante_hpp"
namespace
ck
{
template
<
typename
TensorDesc
>
__host__
__device__
constexpr
auto
make_tensor_coordinate
(
TensorDesc
,
MultiIndex
<
TensorDesc
::
GetNumOfDimension
()
>
idx
)
{
return
typename
TensorCoordinate
<
TensorDesc
>::
type
(
idx
);
}
}
// namespace ck
#endif
composable_kernel/include/utility/config.nvidia.hpp.in
View file @
18a43581
...
...
@@ -32,16 +32,16 @@ namespace ck {
enum AddressSpace
{
g
eneric,
g
lobal,
l
ds,
v
gpr
G
eneric,
G
lobal,
L
ds,
V
gpr
};
enum InMemoryDataOperation
{
none
,
a
tomic
_a
dd
Set
,
A
tomic
A
dd
};
#if CK_UNSIGNED_INDEX_TYPE
...
...
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