P4 to Git Change 1777158 by cpaquot@cpaquot-ocl-lc-lnx on 2019/05/01 17:12:01

SWDEV-188219 - [HIP] Add hipStreamCreateWithPriority. NOP right now.

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_device_runtime.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.def.in#13 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_hcc.map.in#14 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/commandqueue.hpp#21 edit


[ROCm/clr commit: d3774315a0]
Этот коммит содержится в:
foreman
2019-05-01 18:43:47 -04:00
родитель 9c291c3119
Коммит 70c54adc71
+2 -2
Просмотреть файл
@@ -31,7 +31,7 @@ class DeviceQueue;
class CommandQueue : public RuntimeObject {
public:
static const uint RealTimeDisabled = 0xffffffff;
enum class Priority : uint { Normal = 0, Medium };
enum class Priority : uint { Normal = 0, Medium, High };
struct Properties {
typedef cl_command_queue_properties value_type;
@@ -250,4 +250,4 @@ class DeviceQueue : public CommandQueue {
};
} // namespace amd
#endif // COMMAND_QUEUE_HPP_
#endif // COMMAND_QUEUE_HPP_