[Hardware] Replace torch.cuda.synchronize() api with torch.accelerator.synchronize (#36085)
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
@@ -57,7 +57,7 @@ def test_gather_cache_oob():
|
||||
seq_starts,
|
||||
)
|
||||
|
||||
torch.cuda.synchronize()
|
||||
torch.accelerator.synchronize()
|
||||
assert True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user