danepitkin commented on PR #38081:
URL: https://github.com/apache/arrow/pull/38081#issuecomment-1751440331

   Good catch, looks like one of the CI jobs still doesn't like the enum added 
(I thought 11.2.2 had added it). Reverted the change. 
   
   This is the CI error:
   ```
   /build/apache-arrow-14.0.0.dev263/cpp/src/arrow/gpu/cuda_context.cc:326:57: 
error: ‘CU_EVENT_WAIT_DEFAULT’ was not declared in this scope; did you mean 
‘CU_EVENT_DEFAULT’?
     326 |                    cuStreamWaitEvent(value(), cu_event, 
CU_EVENT_WAIT_DEFAULT));
         |                                                         
^~~~~~~~~~~~~~~~~~~~~
   /build/apache-arrow-14.0.0.dev263/cpp/src/arrow/gpu/cuda_internal.h:41:23: 
note: in definition of macro ‘CU_RETURN_NOT_OK’
      41 |     CUresult __res = (STMT);                                         
   \
         |                       ^~~~
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to