Template Struct TypeInfo< jitify::double4 >#

Struct Documentation#

template<>
struct TypeInfo<jitify::double4>#

Public Types

using Scalar = double#
using Packet = std::false_type#
using Backend = backend::CUDA#
using ShapeType = std::false_type#

Public Static Functions

static inline constexpr auto min() noexcept#
static inline constexpr auto max() noexcept#
static inline constexpr auto epsilon() noexcept#
static inline constexpr auto roundError() noexcept#
static inline constexpr auto denormMin() noexcept#
static inline constexpr auto infinity() noexcept#
static inline constexpr auto quietNaN() noexcept#
static inline constexpr auto signalingNaN() noexcept#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Scalar#
static constexpr int64_t packetWidth = 1#
static constexpr char name[] = "double4"#
static constexpr bool supportsArithmetic = true#
static constexpr bool supportsLogical = true#
static constexpr bool supportsBinary = false#
static constexpr bool allowVectorisation = true#
static constexpr cudaDataType_t CudaType = cudaDataType_t::CUDA_R_64F#
static constexpr int64_t cudaPacketWidth = 4#
static constexpr bool canAlign = true#
static constexpr bool canMemcpy = true#