Skip to content
  • Allison Vacanti's avatar
    Fix warning on Cuda. · 0472dc11
    Allison Vacanti authored
    assert(false && ""); emitted a
    
    "warning : controlling expression is constant"
    
    Replace the assertion with an exception, which is more appropriate here
    anyway.
    0472dc11