libcudacxx
libcudacxx copied to clipboard
Bugfix/host streaming tests
Delete host stream insertion tests under chrono.
Mark a couple tests that include unsupported headers as unsupported on nvrtc.
Can't we just mark those tests as unsupported for nvcc/nvrtc instead of deleting them?
In a very far away future I could imagine those tests passing one day :slightly_smiling_face:
Can't we just mark those tests as unsupported for nvcc/nvrtc instead of deleting them?
In a very far away future I could imagine those tests passing one day 🙂
I'm 50/50 on it. I debated just doing some kind of #if CUDA_IOSTREAM_SUPPORTED, but libcxx has this coverage it's just stemming from the std:: namespace.