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

Qthreads backend #71

Merged
merged 9 commits into from
Jul 23, 2018
Merged

Qthreads backend #71

merged 9 commits into from
Jul 23, 2018

Conversation

stelleg
Copy link
Collaborator

@stelleg stelleg commented Jul 12, 2018

Qthreads backend. Will submit the necessary tapir-clang PR shortly.

@wsmoses wsmoses self-requested a review July 12, 2018 15:20
@@ -94,8 +94,7 @@ class LoopSpawningHints {
case LoopSpawningHints::ST_DAC:
return "Use divide-and-conquer";
case LoopSpawningHints::ST_END:
default:
return "Unknown";
return "ST_END";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change this?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(perhaps keep to return unknown?)

@@ -94,8 +94,7 @@ class LoopSpawningHints {
case LoopSpawningHints::ST_DAC:
return "Use divide-and-conquer";
case LoopSpawningHints::ST_END:
default:
return "Unknown";
return "ST_END";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(perhaps keep to return unknown?)

; inserts the correct Cilk ABI calls.
;
; RUN: opt < %s -tapir2target -tapir-target=qthreads -debug-abi-calls -S | FileCheck %s

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for debug-abi-calls

@stelleg stelleg force-pushed the qthreads branch 3 times, most recently from bc5b33e to 6a2e7e0 Compare July 12, 2018 16:14
@stelleg
Copy link
Collaborator Author

stelleg commented Jul 12, 2018

@wsmoses Comments should be addressed

wsmoses
wsmoses previously approved these changes Jul 12, 2018
@wsmoses wsmoses merged commit 2031611 into wsmoses:master Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants