"...composable_kernel.git" did not exist on "14f22aa66d6ceb95208040bb7f6d913e07a911cf"
Commit ec746404 authored by muozturk's avatar muozturk
Browse files

problem was fixed

parent 15146ed6
......@@ -3,7 +3,6 @@
#include "ck/ck.hpp"
#include "ck/tensor_operation/gpu/element/element_wise_operation.hpp"
#include "ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp"
#include "common_instances.hpp"
......@@ -11,7 +10,9 @@ using ADataType = F32;
using BDataType = F32;
using AccDataType = F32;
using CShuffleDataType = F32;
using DsDataType = ck::Tuple<>;
using DDataType = F32;
using DsDataType = ck::Tuple<DDataType>;
using DsDataType_s = ck::Tuple<>;
using EDataType = F32;
using ComputeDataType = F32;
......@@ -45,7 +46,7 @@ using DeviceOpInstanceKKN_Scale = DeviceOpInstanceKK_Generic<NumDimM,
BDataType,
AccDataType,
CShuffleDataType,
DsDataType,
DsDataType_s,
EDataType,
ComputeDataType,
AElementOp,
......
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