Skip to content

Document libopenblas deadlock issues and workaround#1793

Merged
sporksmith merged 4 commits intoshadow:mainfrom
sporksmith:doc-blas
Nov 30, 2021
Merged

Document libopenblas deadlock issues and workaround#1793
sporksmith merged 4 commits intoshadow:mainfrom
sporksmith:doc-blas

Conversation

@sporksmith
Copy link
Copy Markdown
Contributor

Fixes #1788

@github-actions github-actions bot added Component: Documentation In-repository documentation, under docs/ Component: Testing Unit and integration tests and frameworks labels Nov 30, 2021
@sporksmith sporksmith added this to the Support arti milestone Nov 30, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 30, 2021

Codecov Report

Merging #1793 (aee287f) into main (0a686c9) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head aee287f differs from pull request most recent head 2a22c08. Consider uploading reports for the commit 2a22c08 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1793   +/-   ##
=======================================
  Coverage   61.64%   61.65%           
=======================================
  Files         226      226           
  Lines       34607    34607           
  Branches     7284     7284           
=======================================
+ Hits        21335    21337    +2     
+ Misses       8311     8306    -5     
- Partials     4961     4964    +3     
Flag Coverage Δ
tests 61.65% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main/host/syscall/unistd.c 59.09% <0.00%> (-0.65%) ⬇️
src/main/host/descriptor/epoll.c 77.40% <0.00%> (-0.57%) ⬇️
src/main/host/descriptor/descriptor.c 76.96% <0.00%> (-0.53%) ⬇️
src/main/host/descriptor/socket.c 59.38% <0.00%> (-0.31%) ⬇️
src/main/host/syscall/socket.c 78.11% <0.00%> (-0.29%) ⬇️
src/main/host/memory_manager/mod.rs 77.03% <0.00%> (-0.25%) ⬇️
src/lib/tsc/tsc_test.c 31.39% <0.00%> (ø)
src/lib/logger/log_level.c 16.66% <0.00%> (ø)
src/main/host/network_interface.c 72.63% <0.00%> (ø)
src/main/host/memory_manager/memory_mapper.rs 74.27% <0.00%> (+0.20%) ⬆️
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a686c9...2a22c08. Read the comment docs.

@sporksmith sporksmith force-pushed the doc-blas branch 2 times, most recently from d5d9c51 to 0fc1403 Compare November 30, 2021 20:44
@sporksmith sporksmith enabled auto-merge November 30, 2021 20:47
@sporksmith sporksmith merged commit 5088373 into shadow:main Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Documentation In-repository documentation, under docs/ Component: Testing Unit and integration tests and frameworks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deadlock in tgen (liblapack)

2 participants