Fix CPU compile (#4781)

revert-4814-Add_sequence_project_op
Yu Yang 8 years ago committed by GitHub
parent ab01347944
commit 9a6dffd4d9

@ -317,7 +317,6 @@ TEST_F(ExecutorTesterFeedAndFetch, GPU) {
}
}
}
#endif
DECLARE_double(fraction_of_gpu_memory_to_use);
@ -326,4 +325,6 @@ int main(int argc, char** argv) {
// Use less GPU memory for unittest.
FLAGS_fraction_of_gpu_memory_to_use = 0.25;
return RUN_ALL_TESTS();
}
}
#endif
Loading…
Cancel
Save