hpt-cudakernels 0.1.3

A library implements cuda kernels for hpt
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once
#include "normal_promote/bool.cuh"
#include "normal_promote/i8.cuh"
#include "normal_promote/i16.cuh"
#include "normal_promote/i32.cuh"
#include "normal_promote/i64.cuh"
#include "normal_promote/u8.cuh"
#include "normal_promote/u16.cuh"
#include "normal_promote/u32.cuh"
#include "normal_promote/u64.cuh"

#include "normal_promote/f16.cuh"
#include "normal_promote/bf16.cuh"
#include "normal_promote/f32.cuh"
#include "normal_promote/f64.cuh"