"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "8e20d546aa9d09e20a32083e13fc9d42201ed2bc"
Commit 03790394 authored by Maciek Chociej's avatar Maciek Chociej Committed by GitHub
Browse files

Merge pull request #218 from dmansfield/unpack-sparse-features-linkage

Fix linkage of UnpackSparseFeatures op so kernel is registered
parents fb1e92ad a1c24d6d
...@@ -389,6 +389,7 @@ cc_library( ...@@ -389,6 +389,7 @@ cc_library(
":sparse_proto", ":sparse_proto",
":utils", ":utils",
], ],
alwayslink = 1,
) )
cc_library( cc_library(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment