Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

How do I create a PDB file with debugging information for my custom MKL DLL?

tennican
Beginner
458 Views
How would I modify the makefile to get it to produce an mkl_custom.pdb as well as the mkl_custom.dll and mkl_custom.lib?
0 Kudos
2 Replies
TimP
Honored Contributor III
458 Views
There's no .pdb data available for MKL, so no way to make one for your mkl_custom.dll unless you are adding non-MKL functions built with .pdb information.
0 Kudos
tennican
Beginner
458 Views
Ok, it's not critical.
I just try to have as much of the code debuggable as possible.
But, you guys don't write bugs anyway, right? ;->
0 Kudos
Reply