Skip to content
  • Kenneth Moreland's avatar
    Fix error about constexpr not available on CUDA device · ddc6c91e
    Kenneth Moreland authored
    For some reason, these changes caused one of the CUDA compilers to
    create an error about a variable declared constexpr not being available
    on the device. That sounds like a bug in nvcc as the constexpr should
    just be evaluated rather than stored in some part of memory. At any
    rate, changing the constexpr to a preprocessing macro solves the
    problem.
    ddc6c91e