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

Suppressing GPU Fact info when using MAGMA #50

Closed
abhyshr opened this issue Jun 25, 2020 · 2 comments
Closed

Suppressing GPU Fact info when using MAGMA #50

abhyshr opened this issue Jun 25, 2020 · 2 comments

Comments

@abhyshr
Copy link

abhyshr commented Jun 25, 2020

When running HiOp with MAGMA, the following output is being printed to stdout.

GPU FACT in 0.0493771 sec at TFlops: 0.000712128
GPU FACT in 0.0434769 sec at TFlops: 0.00080877
GPU FACT in 0.0436565 sec at TFlops: 0.000805443
GPU FACT in 0.043938 sec at TFlops: 0.000800282
GPU FACT in 0.0430558 sec at TFlops: 0.00081668
GPU FACT in 0.0432639 sec at TFlops: 0.000812752
GPU FACT in 0.0433745 sec at TFlops: 0.00081068
GPU FACT in 0.0432896 sec at TFlops: 0.000812269
GPU FACT in 0.0591214 sec at TFlops: 0.000594756
GPU FACT in 0.0609099 sec at TFlops: 0.000577292

I'd like this output to be suppressed and perhaps be allowed based on the verbose level.

I think it is printed via this line

@cnpetra
Copy link
Collaborator

cnpetra commented Jun 25, 2020

noted. gpu-devperf branch devs will take care of this. it is safe to suppressed it till the PR will be approved

@cnpetra
Copy link
Collaborator

cnpetra commented Jul 29, 2020

addressed by PR #51

note that additional performance profiling and reporting in the linear and kkt solves can be enabled using the string option

time_kkt on

@cnpetra cnpetra closed this as completed Jul 29, 2020
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

No branches or pull requests

2 participants