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

Re-good flags-warn-unstable.good for unstable CHPL_GPU_MEM_STRATEGY #22793

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/gpu/native/jacobi/flags-warn-unstable.good
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ warning: GPU support is under active development. As such, the interface is unst
warning: The prototype GPU support implies --no-checks. This may impact debuggability. To suppress this warning, compile with --no-checks explicitly
flags.chpl:1: warning: The GpuDiagnostics module is unstable and its interface is subject to change in the future.
flags.chpl:3: warning: The GPU module is unstable and its interface is subject to change in the future.
flags.chpl:9: In function 'verifyLaunches':
flags.chpl:16: warning: 'ChplConfig.CHPL_GPU_MEM_STRATEGY' is unstable and may be replaced with a different way to access this information in the future
on GPU:
1.0 1.20906 2.19525 2.9034 3.5552 4.01125 4.21599 4.10448 3.62297 2.85669 1.60226 1.0
on CPU:
Expand Down