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
fix: Allow cuda_test to specify the data attribute. (#314)
The native.cc_test rule has a `data` attribute that is not exposed in
the cuda_test rule. This change allows the cuda_test rule to specify the
`data` attribute, and plumb it down to the native.cc_test rule.
0 commit comments