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

This commit is contained in:
haoyuan2
2022-02-10 11:00:25 -08:00
committed by GitHub
parent c447b392d7
commit 09583b0183
+3 -2
View File
@@ -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