How to check if I have MKL
- Dominant language
- C++
- Stars
- 3.4k
- Forks
- 701
- PR merge metrics
- No merged PRs in 30d
Description
I installed dynet automatically using pip install git+https://github.com/clab/dynet#egg=dynet, and it worked fine.
Then, I wanted to add MKL support, so I installed dynet again manually, this time passing "-DMKL" to cmake.
I want to make sure that I did everything correctly and that my dynet now connects to MKL. How can I check, from within python, that my dynet installation has MKL support?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the installation paths described in the issue: pip installation, manual CMake configuration, and the Python interface. Determine whether the existing Python-visible behavior can confirm MKL support, then document a reliable check and what output or behavior constitutes a successful MKL-enabled installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100