-
Notifications
You must be signed in to change notification settings - Fork 42
v12 #1200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
v12 #1200
Changes from 78 commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
90a2a91
Add lld linker CI job
PatKamin 45358d8
check for alloc fails in disjoint pool init
bratpiorka 385fa4c
[CI] Add Compat test on GPU runners
lukaszstolarczuk 4760e50
[CI] Fix failing address sanitizer
KFilipek cda4356
Remove unnecessary headers from base alloc
KFilipek 1ef1e48
[CI][Compat] Remove steps printing version
lukaszstolarczuk f673748
[CI][Compat] Run tests verbosely - warnings will be always visible
lukaszstolarczuk f2a7e21
[CI][Compat] Enable examples as well
lukaszstolarczuk d2ddb6e
Merge pull request #1165 from KFilipek/asan_test
bratpiorka cba0326
Add missing unlock in an error handling path of umf_ba_alloc()
ldorau 3fac5f8
Merge pull request #1164 from PatKamin/llvm-linker
lukaszstolarczuk e12e9bf
Merge pull request #1167 from ldorau/Add_missing_unlock_in_an_error_h…
bratpiorka 877dd1d
Enable MT bench for disjoint_pool in fixed provider
lukaszstolarczuk f5f3ce7
Merge pull request #1163 from lukaszstolarczuk/compat-gpu-ci
KFilipek 2ed7caf
Merge pull request #1168 from lukaszstolarczuk/mt-bench-fix
bratpiorka f9719a6
cleanup bit scan utils
bratpiorka d693070
replace chunks bool array with bit fields
bratpiorka 92da225
Merge pull request #1147 from bratpiorka/rrudnick_dp_bit_chunk
bratpiorka 23cbc0c
Merge pull request #1162 from bratpiorka/rrudnick_fix_dp_coverity
ldorau 0d5a89c
Run Compatibility GPU CI jobs only on upstream
ldorau adce85f
Use atomics in critnib find_*
bratpiorka 6483c54
Check valgrind log files
ldorau 01881bd
Merge pull request #1175 from ldorau/Use_atomics_in_critnib_find_
ldorau 5c659c8
Merge pull request #1174 from ldorau/Run_Compatibility_GPU_CI_jobs_on…
KFilipek 692d67a
Merge pull request #1173 from ldorau/Check_valgrind_log_files
KFilipek 96d2ef3
add missing nullcheck in critnib
lplewa b1fc46a
Merge pull request #1176 from lplewa/critnib_fix
lukaszstolarczuk 8cc1d42
Use atomics in find_successor() like in find_predecessor()
ldorau 965fc67
Add utils_atomic_store_release_u64() to utils
ldorau d437d6c
Use eight level of critnibs in the tracker
ldorau 775ac12
Add tests for pool from pointer to Fixed provider tests
ldorau cd61c1e
Add tests for pool from pointer to poolFixtures.hpp
ldorau bb4a5e4
Add tests for tracking provider
ldorau c1b9f1b
Add provider_tracking_fixture_tests
ldorau 53a318f
Merge pull request #1143 from ldorau/Use_eight_level_of_critnibs_in_t…
bratpiorka 58007d6
Implement size limit for the cache of opened IPC handles
vinser52 02e38d7
Add IPC test with UMF_MAX_OPENED_IPC_HANDLES set
vinser52 b40d719
Add more IPC tests
vinser52 c96de61
Suppress drd and helgrind error in the umf_test-ipc_max_opened_limit
vinser52 72f0255
Update docs about IPC caching
vinser52 5f4336d
Skip umfIpcTest.GetPoolByOpenedHandle test in compatibility testing
vinser52 785c710
Merge pull request #998 from vinser52/svinogra_ipc_cache
bratpiorka f0fa06f
[disjoint] Change pool name setting and cleanup
KFilipek 8cf9196
[CI] Use venv for pip installation in bench
lukaszstolarczuk 902877b
Merge pull request #1172 from KFilipek/clear_disjoint
lplewa 7727ad1
Merge pull request #1178 from lukaszstolarczuk/venv-bench-ci
lplewa eec4f13
fix for potential out-of-bounds read in tracker
bratpiorka 5fefad3
Merge pull request #1181 from bratpiorka/rrudnick_dp_coverity_fix
bratpiorka f22aff2
Log pool pointer in umfFree()
ldorau ce6c5da
[CI] Enable SLES in multi numa workflow
lukaszstolarczuk a234364
[CI] Update get_system_info.sh zypper part
lukaszstolarczuk 28c1c97
Merge pull request #1182 from ldorau/Log_pool_pointer_in_umfFree
bratpiorka 4cba219
Handle CUDA_ERROR_DEINITIALIZED error in cu2umf_result()
ldorau 3a08d6c
use current ctx and dev by default in CUDA prov
bratpiorka 9abb40d
Merge pull request #1184 from ldorau/Handle_CUDA_ERROR_DEINITIALIZED_…
ldorau 7173cc5
Fix segfault in cu_memory_provider_get_last_native_error()
ldorau e3cb666
Merge pull request #1179 from lukaszstolarczuk/sles15-ci
bratpiorka 998debe
Merge pull request #1183 from ldorau/Fix_segfault_in_cu_memory_provid…
KFilipek 27dc807
Move C++ helper header to utils
KFilipek d16fac4
Merge pull request #1180 from bratpiorka/rrudnick_cuda_defaults
lplewa 52d1f59
[tests] Rename umf to umf_test
KFilipek b8e7246
update benchmark scripts
lplewa 7cf5ec5
Merge pull request #1191 from lplewa/benchmark_update
lplewa de5f8c0
Merge pull request #1188 from KFilipek/fix-to-utils
bratpiorka 8cd3383
Enable jemalloc pool test with Fixed provider
ldorau 1c7bc25
Merge pull request #1193 from ldorau/Enable_jemalloc_pool_test_with_F…
ldorau fcf2c8d
Install libnuma-dev in the proxy lib workflow
ldorau fc68be8
Suppress false-postive in IPC tests under helgrind
vinser52 d6d6104
Merge pull request #1196 from ldorau/Install_libnuma-dev_in_the_proxy…
ldorau 0e3d3e4
Merge pull request #1197 from vinser52/svinogra_ipc_cache
bratpiorka fb28a16
fix jemalloc benchmark with fixedprovider
lplewa ac6a2b2
Remove old SHM files left from the previous runs, because of crashes
ldorau 3fc5fbc
Merge pull request #1142 from ldorau/Remove_old_SHM_files_left_from_t…
ldorau 9a93b20
Merge pull request #1198 from lplewa/fixedjemalloc
ldorau e316fdc
increase number of threads in benchmarks
lplewa a64565a
Fallback to hwloc fetch if package not found
PatKamin 4c54366
Merge pull request #1166 from lplewa/benchmarks_threads
lukaszstolarczuk 31c47aa
test benchmark only with singlethreaded workloads
lplewa d6d2da6
Merge pull request #1185 from PatKamin/hwloc-fallback
lukaszstolarczuk 0b784e8
Merge pull request #1199 from lplewa/benchmark_limit1
lukaszstolarczuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium