- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where can i find files interface for MKL 10.1 ?
thanks
Lionel
thanks
Lionel
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - esys-intel
Where can i find files interface for MKL 10.1 ?
thanks
Lionel
thanks
Lionel
The interfaces you can find in
(for both C and Fortran). All of the routines input/output types should be described in the docs, too.
What exactly are you looking for?
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - ArturGuzik
Hi,
The interfaces you can find in
mklinclude
(for both C and Fortran). All of the routines input/output types should be described in the docs, too.
What exactly are you looking for?
A.
The interfaces you can find in
(for both C and Fortran). All of the routines input/output types should be described in the docs, too.
What exactly are you looking for?
A.
Hi,
Precisely, i searchimport files (*.pas) to call librairy functions.
thanks
Lionel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - esys-intel
Hi,
Precisely, i searchimport files (*.pas) to call librairy functions.
thanks
Lionel
I'm not uware of any "ready" solution for that. I think you need to follow (sometimes painfull) scenario calling external library (from object pascal). This means adjusting calling conventions (CDECL/STDCALL for MKL and Delphi fastcall??) and passing data.
A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Lionel,
MKL doesn't support such interfaces at all. As Artur mentine above, Intel MKL provides support for C and Fortran language interfaces.
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Gennady Fedorov (Intel)
Lionel,
MKL doesn't support such interfaces at all. As Artur mentine above, Intel MKL provides support for C and Fortran language interfaces.
--Gennady
Although I lost the touch with Delphi long, long time ago, I believe I saw somewhere that it supports (?) C# interfaces now. If this is correct, then a good start would be this KB article and trying to figure out how to do this in C#. The other option is just try to communicate (CDECL calling convention) dll (MKL here) with Delphi with an advantage that you have a full control on what's going on and no need for any wrappers etc.
A.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page