-
I was trying to write a test with a higher-order function (it won't work of course, I later realized), but it triggered a crash, so posting here
```fstar
module Op
module U32 = FStar.UInt32
//…
-
I was looking into getting Julia to emit the LLVM IR for a truncation between vector types.
```
%1 = trunc %0 to
```
which should correspond to the Julia code:
```
import Core.Intrinsics: box, un…
-
Hello,
I am experiecing an issue with the way the slice sampler handles a log likelihood of -Inf. I have a model which computes a vector of probabilities using the softmax function and passes that…
-
After building dependencies, I proceeded to build metaSMT. (cd $metaSMT/build; make). This gives me the following error. How to fix this issue? My compiler specs are also given below.
## Compiler Sp…
-
Here is the proposal promised in #62 to get rid of all the casts whenever instruction operands are accessed.
The entire reason these casts are necessary in the first place is that there is no way t…
-
HI!
I've made another research, this one dedicated to efficiency, comparing ENR attribute and topic advertisement, and want to make a proposal which is going to dramatically improve search speed of …
-
**Version Used**:
Visual studio 16.2.3 professional
**Background** :
Generic in C# is really useful. I‘m building a DOMAIN framework base on generic types, so I could re-use the core logical in …
-
```
Marisa-trie under win64 compiles but fails in marisa-test (segfault in
TestTinyTrie).
I guess, the cause is that size_t is a 64bit value in win64 and marisa-trie
assumes it's an 32bit value.
`…
-
```
Marisa-trie under win64 compiles but fails in marisa-test (segfault in
TestTinyTrie).
I guess, the cause is that size_t is a 64bit value in win64 and marisa-trie
assumes it's an 32bit value.
`…
-
```
Marisa-trie under win64 compiles but fails in marisa-test (segfault in
TestTinyTrie).
I guess, the cause is that size_t is a 64bit value in win64 and marisa-trie
assumes it's an 32bit value.
`…