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
ec1b65e7
Commit
ec1b65e7
authored
Jan 19, 2025
by
Aleksander Dudek
Browse files
[CK_TILE] Update the file structure
parent
aa30ef56
Changes
262
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
test/ck_tile/image_to_column/test_tile_image_to_column.cpp
test/ck_tile/image_to_column/test_tile_image_to_column.cpp
+3
-3
test/position_embedding/position_embedding.cpp
test/position_embedding/position_embedding.cpp
+2
-2
No files found.
test/ck_tile/image_to_column/test_tile_image_to_column.cpp
View file @
ec1b65e7
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 202
4
, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 202
5
, Advanced Micro Devices, Inc. All rights reserved.
#include <algorithm>
#include <algorithm>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include "ck_tile/host.hpp"
#include "ck_tile/host.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/host/kernel_launch.hpp"
#include "ck_tile/host/
util/
kernel_launch.hpp"
#include "ck_tile/ops/image_to_column.hpp"
#include "ck_tile/
device/
ops/image_to_column.hpp"
// Host API implementation
// Host API implementation
template
<
typename
DataType
>
template
<
typename
DataType
>
...
...
test/position_embedding/position_embedding.cpp
View file @
ec1b65e7
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-202
4
, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-202
5
, Advanced Micro Devices, Inc. All rights reserved.
#include <vector>
#include <vector>
#include <iostream>
#include <iostream>
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#include <cassert>
#include <cassert>
#include "ck_tile/core.hpp"
#include "ck_tile/core.hpp"
#include "ck_tile/ops/fmha.hpp"
#include "ck_tile/
device/
ops/fmha.hpp"
#ifndef TEST_ALIBI_VERBOSE
#ifndef TEST_ALIBI_VERBOSE
#define TEST_ALIBI_VERBOSE 0
#define TEST_ALIBI_VERBOSE 0
...
...
Prev
1
…
10
11
12
13
14
Next
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