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]
Этот коммит содержится в:
@@ -417,7 +417,7 @@ scheduler(
|
||||
uint tmp = 0;
|
||||
if (atomic_compare_exchange_strong_explicit(
|
||||
(__global atomic_uint*)¶m->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;
|
||||
|
||||
Ссылка в новой задаче
Block a user