Skip to content

Use jit tracing functionality for more accurate capture of all ops #3

@rwightman

Description

@rwightman

Current impl based on forward hook only captures operations in the model that have been placed in Modules. If functional ops are used, they are missed.

I believe a solution would involve utilizing the functionality of the JIT tracing capability, by basing the analysis on the ScriptModule or graph output from the trace function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions