Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
Random.h
Go to the documentation of this file.
1#pragma once
2
3#include <cuda_runtime.h>
4#include <cstddef>
5
7{
8 // Scales uniform [0, 1) values in-place to [min_val, max_val).
9 void launch_scale_shift( float* data, size_t n, float min_val, float max_val, cudaStream_t stream );
10}
Definition CublasLt.Utils.ixx:15
void launch_scale_shift(float *data, size_t n, float min_val, float max_val, cudaStream_t stream)