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
f10bfbf9
Commit
f10bfbf9
authored
Mar 28, 2022
by
carlushuang
Browse files
add avx2 intrinsic
parent
3cc7ac0a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
391 additions
and
2 deletions
+391
-2
include/ck/config.hpp
include/ck/config.hpp
+4
-0
include/ck/tensor_operation/cpu/thread/threadwise_gemm_avx2.hpp
...e/ck/tensor_operation/cpu/thread/threadwise_gemm_avx2.hpp
+387
-2
No files found.
include/ck/config.hpp
View file @
f10bfbf9
...
@@ -163,6 +163,10 @@
...
@@ -163,6 +163,10 @@
#define CK_WORKAROUND_GITHUB_135 1
#define CK_WORKAROUND_GITHUB_135 1
#endif
#endif
#ifndef CK_USE_X86_INLINE_ASM
#define CK_USE_X86_INLINE_ASM 1
#endif
namespace
ck
{
namespace
ck
{
enum
struct
InMemoryDataOperationEnum_t
enum
struct
InMemoryDataOperationEnum_t
...
...
include/ck/tensor_operation/cpu/thread/threadwise_gemm_avx2.hpp
View file @
f10bfbf9
This diff is collapsed.
Click to expand it.
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