mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
nak/nvdisasm_tests: fix offset stride for gens older than Turing
Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40891>
This commit is contained in:
parent
8c10ad844f
commit
0c92d2191b
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ pub fn test_ld_st_atom() {
|
|||
MemSpace::Shared => MemEvictionPriority::Normal,
|
||||
MemSpace::Local => MemEvictionPriority::Normal,
|
||||
};
|
||||
if space != MemSpace::Shared
|
||||
if (space != MemSpace::Shared || sm < 75)
|
||||
&& addr_stride != OffsetStride::X1
|
||||
{
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue