Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
CudaTensorOps.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include <cuda_runtime.h>
13#include <cstddef>
14
16{
17 // ============================================================================
18 // Future Extension Points
19 // ============================================================================
20
21 // Additional kernel declarations can be added here as new .cu files are created:
22 // - Random number generation kernels (cuRAND integration)
23 // - Mathematical operation kernels (GELU, activation functions)
24 // - Reduction kernels (sum, mean, max, min)
25 // - Transformation kernels (transpose, reshape, permute)
26}
Definition CublasLt.Utils.ixx:15