Mila
Deep Neural Network Library
Loading...
Searching...
No Matches
CudaSoftmaxOp.ixx File Reference

Implementation of the CUDA-based softmax operation for neural networks. More...

#include <vector>
#include <iostream>
#include <memory>
#include "Kernels/CudaOps.h"
#include <type_traits>
import Compute.CudaDevice;
import Dnn.Modules.Softmax;
import Dnn.Tensor;
import Dnn.TensorTraits;
import Compute.DeviceContext;
import Dnn.ComponentConfig;
import Compute.CudaMemoryResource;
import Compute.OperationBase;
import Compute.DeviceType;
import Compute.UnaryOperation;
import Compute.OperationRegistry;
import Compute.MemoryResource;
import Compute.OperationType;
import Compute.OperationAttributes;

Classes

struct  Mila::Dnn::Compute::Detail::cuda_softmax_impl< float >
 
struct  Mila::Dnn::Compute::Detail::cuda_softmax_impl< half >
 
class  Mila::Dnn::Compute::CudaSoftmaxOp< TInput, TOutput >
 CUDA implementation of the softmax operation for neural networks. More...
 
class  Mila::Dnn::Compute::CudaSoftmaxOpRegistrar
 Class responsible for registering the CudaSoftmaxOp operation. More...
 

Namespaces

namespace  Mila
 
namespace  Mila::Dnn
 
namespace  Mila::Dnn::Compute
 
namespace  Mila::Dnn::Compute::Detail
 Namespace for CUDA layer normalization implementation details.
 

Detailed Description

Implementation of the CUDA-based softmax operation for neural networks.