You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The switch to an inline function means that the dynamic-loader
dependent typing can only work if the including file uses the
dynamic loader. If not, we'll get compilation errors. While not
ideal, the least complicated way to solve this is to have a
completely separate implementation when using a linked cuda
library and #ifdef against the presence of the loader.
This fixes compilation of the various SDK-linked cuda filters.
0 commit comments