Bug 5194249: Need to include cuda_runtime.h for cudaNvSci after the clang format change

This commit is contained in:
shawnz 2025-03-31 14:57:31 +08:00
parent 914ca00f89
commit 4abbdf4e80

View File

@ -25,6 +25,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cuda_runtime.h>
#include <cuda.h>
#include <helper_cuda.h>
#include <helper_image.h>