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

Master compiled with --build-plaidml_backend option will not display PLAIDML in list of backends. #582

Open
XReyRobert-IBM opened this issue Jul 11, 2020 · 3 comments

Comments

@XReyRobert-IBM
Copy link

No description provided.

@XReyRobert-IBM
Copy link
Author

XReyRobert-IBM commented Jul 11, 2020

Argument is properly passed to cmake though...

Running COMMAND: cmake -DNGRAPH_INSTALL_PREFIX=/Users/xav/MyDev/python/ngraph-bridge-latest/ngraph-bridge/build_cmake/artifacts -DNGRAPH_USE_CXX_ABI=0 -DNGRAPH_DEX_ONLY=TRUE -DNGRAPH_DEBUG_ENABLE=NO -DNGRAPH_UNIT_TEST_ENABLE=NO -DNGRAPH_TARGET_ARCH=native -DNGRAPH_TUNE_ARCH=native -DNGRAPH_TBB_ENABLE=FALSE -DNGRAPH_TOOLS_ENABLE=NO -DNGRAPH_GPU_ENABLE=NO -DNGRAPH_PLAIDML_ENABLE=YES -DNGRAPH_INTELGPU_ENABLE=NO /Users/xav/MyDev/python/ngraph-bridge-latest/ngraph-bridge/build_cmake/ngraph

update:
I noticed this during build of ngraph:

CMake Warning:
Manually-specified variables were not used by the project:

NGRAPH_INTELGPU_ENABLE
NGRAPH_PLAIDML_ENABLE
NGRAPH_USE_CXX_ABI

@XReyRobert-IBM
Copy link
Author

XReyRobert-IBM commented Jul 11, 2020

Well... I sadly think I have the answer :/ Plaidml was simply droped from ngraph...

NervanaSystems/ngraph#4554

@diyessi
Copy link

diyessi commented Jul 13, 2020

PlaidML switched to MLIR; ngraph has not actually worked with what has been the current version of PlaidML for some time, the above PR just acknowledged the reality from the ngraph side.

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