Skip to content

Commit

Permalink
Unbreak custom_kernel_example test
Browse files Browse the repository at this point in the history
This test doesn't run in OSS CI (#7984), so I missed it.

Test Plan: ran relevant test internally with buck2

ghstack-source-id: f2b994d3bf1091939bad51f5f8455085e91ed8af
ghstack-comment-id: 2617137527
Pull Request resolved: #7985
  • Loading branch information
swolchok committed Jan 27, 2025
1 parent da0d85d commit 01d4186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernels/test/custom_kernel_example/op_relu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ my_relu_out(KernelRuntimeContext& context, const Tensor& input, Tensor& out) {
break;

switch (input.scalar_type()) {
ET_FORALL_REAL_TYPES(RELU)
ET_FORALL_REALHBF16_TYPES(RELU)
default:
ET_KERNEL_CHECK_MSG(
context,
Expand Down

0 comments on commit 01d4186

Please sign in to comment.