Skip to content
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

WIP Add build many_threads.cc into Makefile #336

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

wangkuiyi
Copy link
Owner

@wangkuiyi wangkuiyi commented Sep 16, 2020

I made this change that contains the sample program in #331. So it is easier to reproduce of the too-many-thread problem.

Please

  1. check out this branch,
  2. run cgotorch/build.sh on a Linux box or a Docker container to generate a C++ binary cgotorch/many_threads, and
  3. run cd cgotorch; ./many_threads to reproduce the problem of creating many threads.

@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #336 into develop will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #336      +/-   ##
===========================================
+ Coverage    89.96%   90.02%   +0.05%     
===========================================
  Files           34       34              
  Lines         1714     1714              
===========================================
+ Hits          1542     1543       +1     
+ Misses         113      112       -1     
  Partials        59       59              
Impacted Files Coverage Δ
vision/transforms/normalize.go 100.00% <100.00%> (ø)
vision/datasets/imageloader.go 91.66% <0.00%> (+1.19%) ⬆️

@wangkuiyi wangkuiyi changed the title Add build many_threads.cc into Makefile WIP Add build many_threads.cc into Makefile Sep 18, 2020
@shendiaomo shendiaomo force-pushed the build_with_unknown_cuda_version branch from 2a8b7e0 to 5560bfa Compare September 23, 2020 05:15
@shendiaomo shendiaomo force-pushed the build_with_unknown_cuda_version branch from 5560bfa to dcdc503 Compare September 23, 2020 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants