dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
26.35k stars 8.74k forks source link

mdspan incorrect `is_contiguous` for CUDA with strided layout #7738

Closed trivialfis closed 2 years ago

trivialfis commented 2 years ago

https://github.com/rapidsai/mdspan/blob/5752ba5b42a8660a573555dab025bcd64ead912e/include/experimental/__p0009_bits/layout_stride.hpp#L301

trivialfis commented 2 years ago

Wrong place.