Skip to content
  • Allison Vacanti's avatar
    Suppress NVCC warning 2885. · 04d97866
    Allison Vacanti authored
    This warning is emitted when constructing a tuple that contains
    an object with `__host__`-only constructors.
    
    warning #2885-D: calling a __host__ function(...) from a __host__ __device__ function(...) is not allowed
    04d97866