Skip to content

Commit 0c5c4c4

Browse files
committed
Add blas header file
test=develop
1 parent 1a3b38a commit 0c5c4c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/operators/lookup_table_op.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ limitations under the License. */
2121
#include "paddle/fluid/framework/lod_tensor.h"
2222
#include "paddle/fluid/framework/op_registry.h"
2323
#include "paddle/fluid/framework/selected_rows.h"
24+
#include "paddle/fluid/operators/math/blas.h"
2425

2526
namespace paddle {
2627
namespace operators {

0 commit comments

Comments
 (0)