|
|
@ -92,7 +92,8 @@ class LookupTableCUDAKernel : public framework::OpKernel<T> {
|
|
|
|
// server
|
|
|
|
// server
|
|
|
|
#ifdef PADDLE_WITH_DISTRIBUTE
|
|
|
|
#ifdef PADDLE_WITH_DISTRIBUTE
|
|
|
|
operators::distributed::prefetch(id_name, out_name, table_names, epmap,
|
|
|
|
operators::distributed::prefetch(id_name, out_name, table_names, epmap,
|
|
|
|
height_sections, context);
|
|
|
|
height_sections, context,
|
|
|
|
|
|
|
|
context.scope());
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
PADDLE_THROW(
|
|
|
|
PADDLE_THROW(
|
|
|
|
"paddle is not compiled with distribute support, can not do "
|
|
|
|
"paddle is not compiled with distribute support, can not do "
|
|
|
|