File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def capabilities(self):
101
101
"boolean indexing" : True ,
102
102
"data-dependent shapes" : True ,
103
103
# 'max rank' will be part of the 2024.12 standard
104
- # "max rank ": 64,
104
+ "max dimensions " : 64 ,
105
105
}
106
106
107
107
def default_device (self ):
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def capabilities(self):
102
102
"boolean indexing" : False ,
103
103
"data-dependent shapes" : False ,
104
104
# 'max rank' will be part of the 2024.12 standard
105
- # "max rank ": 64,
105
+ "max dimensions " : 64 ,
106
106
}
107
107
108
108
def default_device (self ):
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def capabilities(self):
101
101
"boolean indexing" : True ,
102
102
"data-dependent shapes" : True ,
103
103
# 'max rank' will be part of the 2024.12 standard
104
- # "max rank ": 64,
104
+ "max dimensions " : 64 ,
105
105
}
106
106
107
107
def default_device (self ):
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def capabilities(self):
86
86
"boolean indexing" : True ,
87
87
"data-dependent shapes" : True ,
88
88
# 'max rank' will be part of the 2024.12 standard
89
- # "max rank ": 64,
89
+ "max dimensions " : 64 ,
90
90
}
91
91
92
92
def default_device (self ):
You can’t perform that action at this time.
0 commit comments