Skip to main content

Questions tagged [compiler]

4 votes
1 answer
159 views

The compiler does not have support for tensor product, are there any packages that implements the tensor product in a way that can be compiled? I need to take the tensor product of several numeric ...
Felipe's user avatar
  • 729
1 vote
0 answers
94 views

I am using Mathematica 12.2 with MacOS, and I do this: ...
Ted Ersek's user avatar
  • 1,029
1 vote
1 answer
212 views

I cloned LMDB* from https://github.com/LMDB/lmdb and compiled on a Mac M1 with make -e clean liblmdb.so CC="cc -target aarch64-macos-none" which produced ...
Adam's user avatar
  • 4,293
4 votes
1 answer
193 views

I installed Visual Studio and then the command CCompilers[] in Mathematica 12.0 nicely gives: {{"Name" -> "Visual Studio", "Compiler" -> CCompilerDriver...
Wise View's user avatar
2 votes
2 answers
198 views

In FunctionCompile, system does not recognize external functions and external global variables by default. But we can use ...
swish47's user avatar
  • 153
3 votes
0 answers
184 views

I was watching this video and came across the Handle type construct in the new compiler. So my question is the new Handle[...] ...
user13892's user avatar
  • 10.4k
2 votes
0 answers
169 views

As a great fan of the simplicity of the LTemplate library for the end user I am now faced with a problem when apparently everything compiles correctly but the functions are not loaded from the library....
pbx's user avatar
  • 842
0 votes
0 answers
84 views

Suppose that I have notebook, call it Nb1. And I want to evaluate the notebook Nb1, next suppose that the process is slow, but I have to evaluate other notebooks, suppose Nb2, and Nb3. I see that ...
Mauricio Cruz Reyes's user avatar
16 votes
1 answer
328 views

The refpage for FunctionCompile's option CompilerOptions is empty of examples: Does anyone know what keys and values can be ...
M.R.'s user avatar
  • 31.9k
17 votes
2 answers
620 views

The official document said compile a function that can work with data structures but how to use it? There is no doubt that it is possible to use DataStructure as a function parameter: ...
miRoox's user avatar
  • 323
3 votes
0 answers
86 views

I do speed comparisons for various functions and algorithms, and ultimately, the speed of some section of program code depends on the number of CPU cycles. This can vary wildly across operating ...
Andreas Lauschke's user avatar
20 votes
1 answer
570 views

The Advanced Compilation Topics talk in the WTC 2018 shows that one can easily link C++ code through the new compiler technology. This feature seems very useful as one can easily load existing C++ ...
xslittlegrass's user avatar
65 votes
2 answers
1k views

I am wondering whether the speed of compilation for the new compiler can be improved. Here are the results from my test. Consider the following function for generating a random draw from a gamma ...
Asim's user avatar
  • 1,150
18 votes
3 answers
984 views

Mathematica 12 has a new function FunctionCompileExportLibrary, which can export a pure function as a .dll file like this: <...
yode's user avatar
  • 27.8k
4 votes
1 answer
130 views

Documentation page now improved (checked in v13.0) According to the tutorial Compiler for System Modeling I should be able to verify the installation of a C++ ...
gwr's user avatar
  • 13.7k

15 30 50 per page