Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 709184961
  • Loading branch information
Google-ML-Automation committed Dec 24, 2024
1 parent 9c8aaa2 commit 9c4ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/codegen/testlib/kernel_runner_extension.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class DummyAddKernelRunner final : public KernelRunner {
NB_MODULE(_extension, kernel_runner_module) {
namespace nb = nanobind;

nb::class_<KernelSource>(kernel_runner_module, "KernelSource");
nb::class_<KernelSource> give_me_a_name(kernel_runner_module, "KernelSource");

nb::class_<LlvmIrKernelSource, KernelSource>(kernel_runner_module,
"LlvmIrKernelSource")
Expand Down

0 comments on commit 9c4ee2c

Please sign in to comment.