mirror of https://github.com/llvm/torch-mlir
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2023-09-13.
Ref: 464f9c3725
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
sogartar-patch-1
parent
107ed0dec9
commit
4b4c38da46
|
@ -1935,7 +1935,7 @@ def aten〇scatter〇value〡dtype(self_rank_dtype: Tuple[int, int], dim: int, i
|
|||
return self_dtype
|
||||
|
||||
@check_dtype_function(
|
||||
[Invocation(TensorOfShape(3, dtype=dtype), TensorOfShape(3, dtype=torch.int64), TensorOfShape(3, dtype=dtype)) for dtype in _SORTED_TORCH_TYPES])
|
||||
[Invocation(TensorOfShape(3, dtype=dtype), TensorOfShape(3, dtype=torch.bool), TensorOfShape(3, dtype=dtype)) for dtype in _SORTED_TORCH_TYPES])
|
||||
def aten〇masked_scatter〡dtype(self_rank_dtype: Tuple[int, int], mask_rank_dtype: Tuple[int, int], source_rank_dtype: Tuple[int, int]) -> int:
|
||||
self_rank, self_dtype = self_rank_dtype
|
||||
return self_dtype
|
||||
|
|
|
@ -1 +1 @@
|
|||
8ef4b6af4eb6df3b8377109404fef649b0543245
|
||||
2baa4c49288efeded2fad677b2f28570b0ce858b
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torch==2.2.0.dev20230911
|
||||
torch==2.2.0.dev20230913
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torchvision==0.17.0.dev20230911
|
||||
torchvision==0.17.0.dev20230913
|
||||
|
|
Loading…
Reference in New Issue