add seed in CPU UTs to avoid flaky failure (#7333)
This commit is contained in:
@@ -8,6 +8,8 @@ import torch
|
||||
|
||||
kernel = torch.ops.sgl_kernel
|
||||
|
||||
torch.manual_seed(0)
|
||||
|
||||
from utils import (
|
||||
BLOCK_K,
|
||||
BLOCK_N,
|
||||
|
||||
Reference in New Issue
Block a user