Skip to content

Nuget: splitting PDB files to a separated package #8903

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

Merged
merged 2 commits into from
Sep 1, 2021
Merged

Nuget: splitting PDB files to a separated package #8903

merged 2 commits into from
Sep 1, 2021

Conversation

snnn
Copy link
Member

@snnn snnn commented Aug 31, 2021

Description:

The Microsoft.ML.OnnxRuntime nuget packages include libraries with full symbols. This makes it very bloated. So split the PDB files a separated symbol package.

This PR is split from #8754, which is too big.

Motivation and Context

@snnn snnn requested a review from a team as a code owner August 31, 2021 03:40


# What does the names of our C API tarball/zip files looks like
# os: win, linux, osx
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't our tarball and zip packages have -gpu suffix for name ? (not cuda/tensorrt which are internal intermediate packages?)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, this function consumes the internal intermediate packages and produce a nuget package from that. This comment was written before the TRT work.

@jywu-msft jywu-msft requested a review from chilo-ms August 31, 2021 21:51
@chilo-ms
Copy link
Contributor

chilo-ms commented Sep 1, 2021

I tested the gpu nuget from CI's aritifact
The simple C# application can import this nuget and run CUDA/TRT EP inference. So the ep libraries are in good shape.

@snnn snnn merged commit 6299a60 into master Sep 1, 2021
@snnn snnn deleted the snnn/nuget branch September 1, 2021 16:07
@snnn
Copy link
Member Author

snnn commented Sep 1, 2021

Thank you @chilo-ms !

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