Open
Conversation
…_Z for cases where function does not start with _Z
…formation * Skip already processed functions by name by looking up in fatbin_funcs hash * /tmp/fatbin-info.ava and ava_metadata(NULL)->fd_functions are only updated if the binary has functions * Removed fatbin_num static integer in favor of ava_metadata(NULL)->num_fatbins
… to handle duplicate function names between CUDA binaries * Remove old __helper_load_function_arg_info since worker now uses the same function as guest * Rename __helper_load_function_arg_info_guest to __helper_load_function_arg_info since it is now also used by worker
11 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The previous dump spec failed to dump fatbinaries with no kernel or no useful kernel. This diff handles this corner case.
Types of changes
Checklist: