Update seed in CPU UTs to avoid flaky failure with single test (#7544)
This commit is contained in:
@@ -8,7 +8,7 @@ import torch
|
||||
|
||||
kernel = torch.ops.sgl_kernel
|
||||
|
||||
torch.manual_seed(0)
|
||||
torch.manual_seed(1234)
|
||||
|
||||
from utils import (
|
||||
BLOCK_K,
|
||||
|
||||
Reference in New Issue
Block a user