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

Add scripts for building manylinux wheels #1236

Merged
merged 22 commits into from
Jul 26, 2023
Merged

Conversation

csukuangfj
Copy link
Collaborator

Also, remove auto-generated files from doc.

@@ -68,9 +68,6 @@ class DtypeTraits {
const char *name_; // name, e.g. "float", "int8", "int32"
};

// We initialize this in dtype.cu
extern const DtypeTraits g_dtype_traits_array[];
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

When building shared libs for windows, it complains that the array
g_dtype_traits_array is undefined.

@csukuangfj csukuangfj merged commit b835546 into k2-fsa:master Jul 26, 2023
1 check passed
@csukuangfj csukuangfj deleted the wheels branch July 26, 2023 11:30
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.

None yet

1 participant