introduced license

This commit is contained in:
Vasiliy Galkin 2022-09-23 16:10:14 +03:00
parent 4b62bc83fe
commit 96656be216
2 changed files with 27 additions and 2 deletions

19
LICENSE Normal file
View File

@ -0,0 +1,19 @@
zlib License
Copyright (c) 2022 galkinvv by GpuZelenograd
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

View File

@ -1,5 +1,6 @@
# example usage
# Usage examples
Running with NVIDIA gpu under linux may require explicitely setting `VK_DRIVER_FILES` variable
```
[user@host ~]$ VK_DRIVER_FILES=/usr/share/vulkan/icd.d/nvidia_icd.json ./memtest_vulkan
https://github.com/GpuZelenograd/memtest_vulkan v0.3.0 by GpuZelenograd
@ -16,6 +17,7 @@ memtest_vulkan: no any errors, testing PASSed.
press any key to continue...
```
Example run with a single-wire/singe-bit error
```
[user@host ~]$ ./memtest_vulkan
https://github.com/GpuZelenograd/memtest_vulkan v0.3.0 by GpuZelenograd
@ -49,5 +51,9 @@ MemBiCnt 7| 43 285 15296317| 19k 50k 107k200k|326k483k 653k817k
actual_ff: 0 actual_max: 0xFFFFFF46 actual_min: 0x000000B0 done_iter_or_err:4294967295 iter:2160 calc_param 0x8708AB91
idxs:160443825-1006631935 first_elem: 0xE11572D0 0xC22AE5E1 0x8455CC43 0x08AB9987
Runtime error: ERROR_DEVICE_LOST while getting () in context wait_for_fences
```
...hangs in-kernel due to driver
# License
memtest_vulkan is licensed similar to `erupt` under the [zlib License](https://github.com/GpuZelenograd/memtest_vulkan/blob/main/LICENSE)