mirror of
https://github.com/GpuZelenograd/memtest_vulkan
synced 2025-03-22 23:24:21 +01:00
v0.5.0 - Tune behavior with large PCIe BARs
 ## Changes since v0.4.0 #### Compatibility - memory type selection prefers simplest memory type without extra flags. This should help test GPUs with entire memory visible over PCIe BAR. - Arm64 linux version now runs on Raspberry Pi 4 #### Test flow - First 5 minutes are declared as a suggested "standard" test period - small pause in computations introduced just before period's end to do basic test on performance mode switch - performance estimation displayed separately for writing and checking #### Diagnostics - Introduced [troubleshooting section](https://github.com/GpuZelenograd/memtest_vulkan#troubleshooting) in Readme to help in common cases - including verbose logging mode for collecting information for bug reports #### [Documentation](https://github.com/GpuZelenograd/memtest_vulkan/blob/main/Readme.md) - extend section with theory of memory errors - add development instructions - better installation & usage instructions - acknowledgements to [erupt library](https://gitlab.com/Friz64/erupt)
This commit is contained in:
parent
3f1d909b38
commit
373d82b3a4
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -258,7 +258,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "memtest_vulkan"
|
name = "memtest_vulkan"
|
||||||
version = "0.4.2"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byte-strings",
|
"byte-strings",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
[package]
|
[package]
|
||||||
edition = '2021'
|
edition = '2021'
|
||||||
name = 'memtest_vulkan'
|
name = 'memtest_vulkan'
|
||||||
version = '0.4.2'
|
version = '0.5.0'
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byte-strings = '0.2.2'
|
byte-strings = '0.2.2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user