Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Dec 17, 2024
1 parent ee69bbf commit f5e2a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/fallback/fallback_command_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void FallbackCommandQueue::enqueue_parallel(uint n, luisa::move_only_function<vo
enqueue([this, n, task = std::move(task)]() mutable noexcept {
#if defined(LUISA_FALLBACK_USE_DISPATCH_QUEUE)
if (_dispatch_queue == nullptr) {
#ifdef QOS_CLASS_USER_INTERACTIVE
#ifdef LUISA_PLATFORM_APPLE
_dispatch_queue = dispatch_get_global_queue(QOS_CLASS_USER_INTERACTIVE, 0);
#else
_dispatch_queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0);
Expand Down

0 comments on commit f5e2a99

Please sign in to comment.