SWDEV-316128 - HIP surface API support (#2468)

[ROCm/hip commit: 09583b0183]
Этот коммит содержится в:
haoyuan2
2022-02-10 11:00:25 -08:00
коммит произвёл GitHub
родитель 3ef52cee16
Коммит 73130808d8
+3 -2
Просмотреть файл
@@ -1,5 +1,5 @@
/*
Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2022 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@@ -30,7 +30,8 @@ THE SOFTWARE.
/**
* An opaque value that represents a hip surface object
*/
typedef unsigned long long hipSurfaceObject_t;
struct __hip_surface;
typedef struct __hip_surface* hipSurfaceObject_t;
/**
* hip surface reference