Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/native/cambricon/runtime_.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,12 @@ struct Runtime<Device::Type::kCambricon>

static Error EventElapsedTime(float*, Event, Event) { return Unsupported(); }

static constexpr auto kStreamCaptureModeGlobal =
cnrtQueueCaptureModeGlobal;
static constexpr auto kStreamCaptureModeGlobal = cnrtQueueCaptureModeGlobal;

static constexpr auto kStreamCaptureModeThreadLocal =
cnrtQueueCaptureModeThreadLocal;

static constexpr auto kStreamCaptureModeRelaxed =
cnrtQueueCaptureModeRelaxed;
static constexpr auto kStreamCaptureModeRelaxed = cnrtQueueCaptureModeRelaxed;

static constexpr auto StreamBeginCapture = cnrtQueueBeginCapture;

Expand Down
Loading