We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa99026 commit c919221Copy full SHA for c919221
flang/lib/Lower/Bridge.cpp
@@ -4842,8 +4842,6 @@ class FirConverter : public Fortran::lower::AbstractConverter {
4842
.detailsIf<Fortran::semantics::ObjectEntityDetails>()) {
4843
if (details->cudaDataAttr() &&
4844
*details->cudaDataAttr() != Fortran::common::CUDADataAttr::Pinned) {
4845
- // TODO: This should probably being checked in semantic and give a
4846
- // proper error.
4847
assert(
4848
nbDeviceResidentObject <= 1 &&
4849
"Only one reference to the device resident object is supported");
0 commit comments