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

Show compiler output for kernel if verbose is true #619

Conversation

SFrijters
Copy link
Contributor

Description

This behaviour was changed for CUDA in the v1.3 release, but getting e.g. information about register spilling is very useful.

Also implement similar behaviour for HIP and Metal.

This behaviour was changed for CUDA in the v1.3 release, but getting e.g.
information about register spilling is very useful.

Also implement similar behaviour for HIP and Metal.
@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #619 (a56448d) into development (fcc43c5) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #619      +/-   ##
===============================================
- Coverage        77.34%   77.32%   -0.02%     
===============================================
  Files              265      265              
  Lines            19598    19594       -4     
===============================================
- Hits             15159    15152       -7     
- Misses            4439     4442       +3     
Impacted Files Coverage Δ
src/occa/internal/lang/specialMacros.cpp 59.60% <0.00%> (-1.99%) ⬇️
src/occa/internal/utils/sys.cpp 77.26% <0.00%> (-0.21%) ⬇️

@kris-rowe kris-rowe merged commit a9103f0 into libocca:development Aug 18, 2022
@SFrijters SFrijters deleted the feature-show-compiler-output-when-verbose-upstream branch August 22, 2022 09:16
kris-rowe pushed a commit that referenced this pull request Dec 16, 2022
This behaviour was changed for CUDA in the v1.3 release, but getting e.g.
information about register spilling is very useful.

Also implement similar behaviour for HIP and Metal.
kris-rowe pushed a commit that referenced this pull request Dec 19, 2022
This behaviour was changed for CUDA in the v1.3 release, but getting e.g.
information about register spilling is very useful.

Also implement similar behaviour for HIP and Metal.
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.

2 participants