Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huihoaan committed May 9, 2023
1 parent adc42c3 commit c9964aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c10/core/DispatchKeySet.h
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ class DispatchKeySet final {
case DispatchKey::AutogradCPU:
return 7;
default:
return -1;
return -11;
}
}
#else
Expand Down

0 comments on commit c9964aa

Please sign in to comment.