Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.12.11 intel gpu threads #293

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

dbarry9
Copy link
Contributor

@dbarry9 dbarry9 commented Dec 11, 2024

Pull Request Description

This pull request introduces changes to address Issue #283.

These changes have been tested on the Intel Max 1550 GPU.

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

@Treece-Burgess Treece-Burgess added component-intel_gpu PRs and Issues related to the intel_gpu component status-ready-to-merge PR is ready to be merged into master type-bug Issues discussing bugs or PRs fixing bugs labels Dec 16, 2024
Since the intel_gpu component uses mutexes, which use POSIX
threads on some systems, -pthread needs to be used when this
component is configured-in.

These changes have been tested on the Intel Max 1550 GPU.
Since the flag -lstdc++ is already included from the configure
script, it does not need to be included in the component's Rules
and Makefiles.
Also, -g is already included in the recipes, it is not needed in
the linker flags variable.

These changes have been tested on the Intel Max 1550 GPU.
@dbarry9 dbarry9 force-pushed the 2024.12.11_intel-gpu-threads branch from 1297c8a to 2f265ef Compare December 19, 2024 18:31
@dbarry9 dbarry9 merged commit e378989 into icl-utk-edu:master Dec 19, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-intel_gpu PRs and Issues related to the intel_gpu component status-ready-to-merge PR is ready to be merged into master type-bug Issues discussing bugs or PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable multithreading to use std::thread: Operation not permitted
3 participants