Borrar filtros
Borrar filtros

How to generate 32 bit DLL file from codegen in reinforcement learning toolbox?

4 visualizaciones (últimos 30 días)
I try to deploy reinforcement learning agent and generate C code to 32 bit dll,
Because the target hardware in LabVIEW is 32 bit system.
But when i generated C code, I have to use intel-mkldnn that is 64 bit file.
How can I do to resolve it?
about mkldnn from (https://www.mathworks.com/matlabcentral/answers/447387)
the following is I try add code to transform 64 bit to 32 bit.

Respuestas (1)

Ganesh
Ganesh el 13 de Mayo de 2024
I understand that you are using a 32-bit system and would like to generate a 32 bit DLL file instead of the currently generated 64 bit DLL file.
Kindly ensure that your code is compatible with the following checks to ensure that your implementation is right:
  1. When declaring the coder.config file kindly ensure that you are using 'dll' as the 'build_type' parameter.
  2. Do not use '-config:dll' while generating the code, as this will point to the default configuration for dll generation.
  3. Ensure that necessary tools are installed and have been made available to MATLAB during code generation.
For more information on using MKLDNN kindly refer to the following documentation:
I hope this helps!

Categorías

Más información sobre Deep Learning Code Generation Fundamentals en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by