JittorMirror/extern/cuda/curand/inc/curand_warper.h

23 lines
606 B
C++

// ***************************************************************
// Copyright (c) 2021 Jittor. All Rights Reserved.
// Maintainers:
// Guoye Yang <498731903@qq.com>
// Dun Liang <randonlang@gmail.com>.
//
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
// ***************************************************************
#pragma once
#include <cuda_runtime.h>
#include <curand.h>
#include "helper_cuda.h"
#include "fp16_emu.h"
#include "common.h"
namespace jittor {
extern curandGenerator_t gen;
} // jittor