File compute_graph_flag.h File List > compute_graph > compute_graph_flag.h Go to the documentation of this file #pragma once namespace muda { enum class ComputeGraphFlag { HostLaunch = 1, DeviceLaunch = 2 | HostLaunch, }; }