Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
ktransformers
Commits
44f57270
Unverified
Commit
44f57270
authored
Aug 12, 2024
by
UnicornChan
Committed by
GitHub
Aug 12, 2024
Browse files
Merge pull request #29 from kvcache-ai/fix]-fix-linux-mutex
Update task_queue.h
parents
cb7f8e78
3c675af6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ktransformers/ktransformers_ext/cpu_backend/task_queue.h
ktransformers/ktransformers_ext/cpu_backend/task_queue.h
+2
-2
No files found.
ktransformers/ktransformers_ext/cpu_backend/task_queue.h
View file @
44f57270
...
...
@@ -51,7 +51,7 @@ public:
#ifdef _WIN32
ReleaseMutex
(
global_mutex
);
#else
global_mutex
.
lock
();
global_mutex
.
un
lock
();
#endif
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment