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

Run on stampede #9

Open
rmojgani opened this issue Apr 25, 2023 · 3 comments
Open

Run on stampede #9

rmojgani opened this issue Apr 25, 2023 · 3 comments

Comments

@rmojgani
Copy link
Owner

Hi @wadaniel ,
I tried compiling korali on stampede, seems I could not get OneDNN to work, and I get the following

[Korali] Warning: Neural Network's engine set to OneDNN, but Korali was installed without support for OneDNN. Using Korali's default NN Engine

The training is "very very" slow, do you think it's the reason?

@wadaniel
Copy link
Collaborator

wadaniel commented Apr 25, 2023 via email

@rmojgani
Copy link
Owner Author

@wadaniel

so I have installed Korali with

meson setup build --buildtype=release --prefix=/jet/home/rmojgani/.local

with installs the hand-made one, when I install with

meson setup build --buildtype=release --prefix=/jet/home/rmojgani/.local -Donednn=true

I get the following

ModuleNotFoundError: No module named 'libkorali'

@rmojgani
Copy link
Owner Author

@wadaniel
These are some of the compiler failing messages

image

image

../source/modules/neuralNetwork/layer/activation/activation.cpp:58:46: error: ‘desc’ is not a member of ‘dnnl::eltwise_forward’ auto activationDesc = eltwise_forward::desc( ^~~~ ../source/modules/neuralNetwork/layer/activation/activation.cpp:77:46: error: ‘desc’ is not a member of ‘dnnl::softmax_forward’ auto activationDesc = softmax_forward::desc(_propKind, _prevLayer->_outputMem[0].get_desc(), axis); ^~~~ ../source/modules/neuralNetwork/layer/activation/activation.cpp: In member function ‘virtual void korali::neuralNetwork::layer::Activation::createBackwardPipeline()’: ../source/modules/neuralNetwork/layer/activation/activation.cpp:122:47: error: ‘desc’ is not a member of ‘dnnl::eltwise_backward’ auto activationDesc = eltwise_backward::desc(_activationAlgorithm, _prevLayer->_outputMem[0].get_desc(), _outputMem[0].get_desc(), _alpha, _beta); ^~~~ ../source/modules/neuralNetwork/layer/activation/activation.cpp:136:47: error: ‘desc’ is not a member of ‘dnnl::softmax_backward’ auto activationDesc = softmax_backward::desc(_prevLayer->_outputMem[0].get_desc(), _outputMem[0].get_desc(), axis); ^~~~ [41/103] Compiling C++ object source/libkorali.cp...neuralNetwork_layer_convolution_convolution.cpp.o FAILED: source/libkorali.cpython-39-x86_64-linux-gnu.so.p/modules_neuralNetwork_layer_convolution_convolution.cpp.o

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

No branches or pull requests

2 participants