Fix for spurious whitespaces

This commit is contained in:
Eugene Kuznetsov 2020-01-03 19:08:01 -08:00
parent eee5851777
commit 3122804c85

View File

@ -112,7 +112,6 @@ void RngSkip_Philox<GPUDevice>::operator()(const GPUDevice& d, int64 delta,
// clang-format off
// NVCC cannot handle ">>" properly
template struct UpdateVariableAndFill_Philox<
GPUDevice, random::NormalDistribution<random::PhiloxRandom, Eigen::half> >;
template struct UpdateVariableAndFill_Philox<