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

update ittapi to 0.4.0 #7337

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

rahulchaphalkar
Copy link
Contributor

Fixes the JIT Code visibility issue for VTune. Tested wasmtime cli with a simple Fibonacci fib.wasm file, and can see the following with vtune hotspots -

pr_upload

Previously this was [Outside Any Module] along with trace file corruption log in vtune.

This change enables vtune profiler to be used for wasm code hotspots, microarchitecture analysis, disassembly viewing etc.

Fixes issues like this #5628

Ittapi change which fixes the issue is here intel/ittapi#105

@rahulchaphalkar rahulchaphalkar requested review from a team as code owners October 23, 2023 18:41
@rahulchaphalkar rahulchaphalkar requested review from alexcrichton and removed request for a team October 23, 2023 18:41
@alexcrichton alexcrichton requested review from abrown and removed request for alexcrichton October 23, 2023 19:03
@alexcrichton
Copy link
Member

Thanks! Looks good to me, but I'd like to double-check with @abrown as well

Copy link
Contributor

@abrown abrown left a comment

Choose a reason for hiding this comment

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

Yup, @rahulchaphalkar and I worked together to get this fixed.

@abrown abrown added this pull request to the merge queue Oct 23, 2023
Merged via the queue into bytecodealliance:main with commit 9d8ca82 Oct 23, 2023
18 checks passed
@rahulchaphalkar rahulchaphalkar deleted the update-ittapi branch October 24, 2023 16:46
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.

3 participants