P4 to Git Change 1068415 by gandryey@gera-dev-w7 on 2014/08/20 10:41:55

ECR #304775 - Device enqueue
	- Fix a copy/paste typo with the "failure" argument

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuschedcl.cpp#25 edit


[ROCm/clr commit: a27a480c5f]
Этот коммит содержится в:
foreman
2014-08-20 11:00:32 -04:00
родитель 1a9d5cb944
Коммит 9f2ce69dc7
+1 -1
Просмотреть файл
@@ -417,7 +417,7 @@ scheduler(
uint tmp = 0;
if (atomic_compare_exchange_strong_explicit(
(__global atomic_uint*)&param->launch, &tmp, launch,
memory_order_acq_rel, memory_order_acq_rel, memory_scope_device)) {
memory_order_acq_rel, memory_order_acquire, memory_scope_device)) {
if (event != 0) {
event->timer[PROFILING_COMMAND_START] =
(__hsail_get_clock() * (ulong)param->eng_clk) >> 10;