Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
d3e27d8c
Commit
d3e27d8c
authored
Feb 10, 2026
by
wooway777
Committed by
thatPepe
Feb 11, 2026
Browse files
demo131 - remove fp32 from paged tests
parent
513a8502
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
test/infinicore/ops/paged_attention.py
test/infinicore/ops/paged_attention.py
+1
-1
test/infinicore/ops/paged_attention_prefill.py
test/infinicore/ops/paged_attention_prefill.py
+1
-1
No files found.
test/infinicore/ops/paged_attention.py
View file @
d3e27d8c
...
...
@@ -37,7 +37,7 @@ _TOLERANCE_MAP = {
}
# Data types to test
_TENSOR_DTYPES
=
[
infinicore
.
float16
,
infinicore
.
bfloat16
,
infinicore
.
float32
]
_TENSOR_DTYPES
=
[
infinicore
.
float16
,
infinicore
.
bfloat16
]
# ==============================================================================
...
...
test/infinicore/ops/paged_attention_prefill.py
View file @
d3e27d8c
...
...
@@ -30,7 +30,7 @@ _TOLERANCE_MAP = {
infinicore
.
bfloat16
:
{
"atol"
:
2e-2
,
"rtol"
:
2e-2
},
}
_TENSOR_DTYPES
=
[
infinicore
.
float16
,
infinicore
.
bfloat16
,
infinicore
.
float32
]
_TENSOR_DTYPES
=
[
infinicore
.
float16
,
infinicore
.
bfloat16
]
class
SimpleCacheManager
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment