-
# Background
Recently, we've discussed at length how we might improve the performance of the platform, while not compromising security. One of the more obvious levers to pull is to improve the perf…
-
Hello, I am trying to parse a step file hierarchy with XCAFDoc. However, I found that some assemblies are not correctly recognized.
For instance, here below [C-400-Shasi] is an assembly in freeCAD, …
-
Hi I have problems with the promoter_test that gives me this error
*************** Promoter Test ****************
*** Input RNA sequence: /home/bioinfo/rgtdata/Loc100420879/Loc100420879.fasta
***…
-
After removing the cache and building the image from the latest commit I get the following error when calling `con.select_ipc_gpu(query,device_id=0)`
```bash
--------------------------------------…
-
Hello,
I'm trying to convert an onnx model to rknn with a script below:
```
import numpy as np
from rknn.api import RKNN
ONNX_MODEL = 'nets/3_quantized/qat_quantized_int8.onnx'
RKN…
-
```
error: could not compile `tdf` (bin "for_profiling") due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `x86_64-w64-mingw32-gcc` failed: exit…
-
With the approval of ADR #874. The platform needs to introduce the functionality needed to support `obligations`. This can be broken down into the following three work areas.
- Policy API Updates…
-
See YUCH Wolf 1911. The TDF and CSV are marked as deactive, but the fixes are still showing up. Here is my theory
The TDF was inactivated. This would have no effect, because the fixes actually c…
-
``` C
for (i = MANT_SIZE-1; i >= 0; --i) {
k = (unsigned int)((r[i] mant[i] = (unsigned short)(k & 0xffff);; /* CAST:jmf: */
k >>= 16;
}
```
This is how tcc was started:
/home/1500100900…
pstef updated
9 years ago
-
Hello,
I'm trying to build pythonocc from sources and have problem with undefined references errors during RWGltf module build. I have followed instrutions from Install.md, but get following errors:…