Add missing CUTLASS_HOST_DEVICE (#671)
This commit is contained in:
parent
4db6a6140e
commit
9b47403b2d
@ -347,6 +347,7 @@ struct Sigmoid<Array<half_t, N>> {
|
|||||||
|
|
||||||
using Params = LinearCombinationGenericParams<T>;
|
using Params = LinearCombinationGenericParams<T>;
|
||||||
|
|
||||||
|
CUTLASS_HOST_DEVICE
|
||||||
Array<T, N> operator()(Array<T, N> const &z, Params const ¶ms_) const {
|
Array<T, N> operator()(Array<T, N> const &z, Params const ¶ms_) const {
|
||||||
return this->operator()(z);
|
return this->operator()(z);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user