releaase 2.11 (#703)

This commit is contained in:
Aditya Atluri
2022-11-19 06:02:15 -08:00
committed by GitHub
parent 3c90f6aea6
commit c975e2ccbb
329 changed files with 47332 additions and 10607 deletions

View File

@@ -35,7 +35,9 @@
*/
#pragma once
#if !defined(__CUDACC_RTC__)
#if defined(__CUDACC_RTC__)
#include "cutlass/floating_point_nvrtc.h"
#else
#include <cmath>
#include <limits>
#include <cstdint>
@@ -71,8 +73,7 @@ struct alignas(2) bfloat16_t {
}
/// Default constructor
CUTLASS_HOST_DEVICE
bfloat16_t() : storage(0) { }
bfloat16_t() = default;
/// Floating-point conversion - round toward nearest
CUTLASS_HOST_DEVICE