39 template <
typename Operator>
41 void Kernel(
typename Operator::Params params) {
43 extern __shared__
int SharedStorageBase[];
46 typename Operator::SharedStorage *shared_storage =
47 reinterpret_cast<typename Operator::SharedStorage *
>(SharedStorageBase);
51 op(params, *shared_storage);
Definition: aligned_buffer.h:35
__global__ void Kernel(typename Operator::Params params)
Generic CUTLASS kernel template.
Definition: device_kernel.h:41
Basic include for CUTLASS.