We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is a continuation of issue #6.
We need to implement the following test functions in parallel using OMP, that is in coptlayer:
copt
Each function specification can be found in: http://arxiv.org/abs/1308.4008v1
The scope of this issue is parallel implementation using OMP in the copt layer.
Important: remember to modify the solution folder structure according to the modifications done in #6 - #7 (create bench folder and namespace).
The text was updated successfully, but these errors were encountered:
I have an issue when i try to compile the copt layer. this is the issue
cd 'E:\Cosas mias\para tesis\repo\dnn_opt' C:\MinGW\msys\1.0\bin\make.exe -f Makefile clean
CLEAN SUCCESSFUL (total time: 898ms) cd 'E:\Cosas mias\para tesis\repo\dnn_opt' C:\MinGW\msys\1.0\bin\make.exe -f Makefile [ 2%] Building CXX object CMakeFiles/dnn_opt_copt.dir/src/copt/activations/elu.cpp.obj g++.exe: error: NOTFOUND: No such file or directory make.exe[2]: *** [CMakeFiles/dnn_opt_copt.dir/src/copt/activations/elu.cpp.obj] Error 1 make.exe[1]: *** [CMakeFiles/dnn_opt_copt.dir/all] Error 2 make.exe": *** [all] Error 2
BUILD FAILED (exit value 2, total time: 662ms)
I suppose that it´s a problem with de CmakeLists when you build the project
Sorry, something went wrong.
alejandrom247
No branches or pull requests
This issue is a continuation of issue #6.
We need to implement the following test functions in parallel using OMP, that is in
copt
layer:Each function specification can be found in: http://arxiv.org/abs/1308.4008v1
The scope of this issue is parallel implementation using OMP in the
copt
layer.Important: remember to modify the solution folder structure according to the modifications done in #6 - #7 (create bench folder and namespace).
The text was updated successfully, but these errors were encountered: