Add a config option "dynamic_kernels" to build kernels in separate dsos.

PiperOrigin-RevId: 207327254
This commit is contained in:
Gunhan Gulsoy 2018-08-03 14:44:58 -07:00 committed by TensorFlower Gardener
parent 1e1522f9f3
commit 5a5e42e575

View File

@ -61,3 +61,6 @@ build --define=grpc_no_ares=true
build --spawn_strategy=standalone build --spawn_strategy=standalone
build --genrule_strategy=standalone build --genrule_strategy=standalone
build -c opt build -c opt
# Modular TF build options
build:dynamic_kernels --define=dynamic_loaded_kernels=true