Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 719487540
  • Loading branch information
Google-ML-Automation committed Jan 25, 2025
1 parent fa4303c commit f07ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/codegen/kernel_definition.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class KernelDefinition {
: spec_(std::move(spec)), source_(std::move(source)) {}

KernelDefinition(KernelDefinition&& other) = default;
KernelDefinition& operator=(KernelDefinition&& other) = default;
KernelDefinition& operator=(KernelDefinition&& other) noexcept = default;

const KernelSpec& spec() const { return spec_; }
const KernelSource& source() const {
Expand Down

0 comments on commit f07ef78

Please sign in to comment.