[DOCS] Fixed leftover exit() in 01-vector-add tutorial
This commit is contained in:
@@ -85,7 +85,6 @@ print(
|
|||||||
f'The maximum difference between torch and triton is '
|
f'The maximum difference between torch and triton is '
|
||||||
f'{torch.max(torch.abs(output_torch - output_triton))}'
|
f'{torch.max(torch.abs(output_torch - output_triton))}'
|
||||||
)
|
)
|
||||||
exit()
|
|
||||||
|
|
||||||
# %%
|
# %%
|
||||||
# Seems like we're good to go!
|
# Seems like we're good to go!
|
||||||
|
Reference in New Issue
Block a user