Home
last modified time | relevance | path

Searched refs:kScheduleBlockingSync (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_options.h52 static const unsigned kScheduleBlockingSync = 0x08; member
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_platform.cc52 device_flags = DeviceOptions::kScheduleBlockingSync; in GetDeviceOptionsFromEnv()
Dcuda_driver.cc386 if (device_options.flags() & DeviceOptions::kScheduleBlockingSync) { in DeviceOptionsToContextFlags()