SWDEV-316128 - HIP surface API support (#2468)
[ROCm/hip commit: 09583b0183]
Этот коммит содержится в:
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user