Siya-05 wrote: The surface type lowering itself appears to work, but the test hits existing NYIs in CUDA runtime registration:
- CIRGenNVCUDARuntime::handleVarRegistration (Surface and Texture registration), - LoweringPreparePass (Surface registration NYI) OG CodeGen implements these through registerDeviceSurf / registerDeviceTex, but CIR currently has no corresponding implementation. Should support for surface registration be added as part of this PR? https://github.com/llvm/llvm-project/pull/196079 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
