-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Danila Fedorin <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
assertOnGpu.chpl:9: error: @assertOnGpu encountered in non-GPU compilation | ||
assertOnGpu.chpl:9: note: this attribute has a runtime component, and will always halt execution in a non-GPU context. | ||
assertOnGpu.chpl:9: note: consider using '@gpu.assertEligible' to ensure that the code can be executed on the GPU without runtime checks. | ||
assertOnGpu.chpl:9: warning: @assertOnGpu encountered in non-GPU compilation | ||
assertOnGpu.chpl:9: warning: this attribute has a runtime component, and will always halt execution in a non-GPU context. | ||
assertOnGpu.chpl:9: warning: consider using '@gpu.assertEligible' to ensure that the code can be executed on the GPU without runtime checks. | ||
assertOnGpu.chpl:9: error: assertOnGpu() failed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
assertOnGpu.chpl:14: error: @assertOnGpu encountered in non-GPU compilation | ||
assertOnGpu.chpl:14: note: this attribute has a runtime component, and will always halt execution in a non-GPU context. | ||
assertOnGpu.chpl:14: note: consider using '@gpu.assertEligible' to ensure that the code can be executed on the GPU without runtime checks. | ||
assertOnGpu.chpl:14: warning: @assertOnGpu encountered in non-GPU compilation | ||
assertOnGpu.chpl:14: warning: this attribute has a runtime component, and will always halt execution in a non-GPU context. | ||
assertOnGpu.chpl:14: warning: consider using '@gpu.assertEligible' to ensure that the code can be executed on the GPU without runtime checks. | ||
assertOnGpu.chpl:14: warning: consider using '@gpu.assertEligible' to ensure that the code can be executed on the GPU without runtime checks. | ||
assertOnGpu.chpl:14: error: assertOnGpu() failed |