-
Hi,
With the following docker image (save it as demo.docker)
``` Dockerfile
FROM golang:1.6.0-alpine
MAINTAINER "florinpatan@gmail.com"
RUN apk add --update alpine-sdk \
&& rm -rf /var/cache/ap…
-
### 问题描述 Issue Description
参考文档:https://www.paddlepaddle.org.cn/inference/v2.1/user_guides/compile_ARM.html
1. cmake 参数
cmake .. -DPY_VERSION=3 -DPYTHON_EXECUTABLE=`which python3` -DWITH_ARM=ON -DW…
-
MacOS Catalina, CLion 2020.3 Build #CL-203.5981.166, built on December 2, 2020.
I simply include the `CMakeList.txt` provided in my project. Then, the "Cannot find source file" comes out. However, …
-
In the POWER9 Sforza processor user manual: https://www-355.ibm.com/systems/power/openpower/posting.xhtml?postingId=FC2A3168C5821FA78525803D00719802
There is:
![Screenshot_2021-02-27 POWER9 Proc…
-
This is occurring in nightly tests on the white testbed with various configurations of cuda/9.2+gcc/7.2 on Power8+Pascal60 hardware.
The test does not fail on the same hardware with cuda/10.1+gcc/7…
-
I have tried to install iGibson 2.0 under Windows10 environment with Anaconda, following the instruction in the [doc](http://svl.stanford.edu/igibson/docs/installation.html). However, everytime I use …
-
This issue happens on FreeBSD on powerpc64 (big-endian), which has PPC970 as a baseline, i.e. without VSX:
```
c++ -fPIC -fvisibility=hidden -fstack-protector -m64 -pthread -std=c++11 -D_REENTRANT …
-
**Describe the bug**
vcpkg has crashed
**Environment**
- OS: Windows
- Compiler: VS2019
**To Reproduce**
Steps to reproduce the behavior:
1. vcpkg install cryptopp:x64-windows
2. See erro…
-
Right now, envoyproxy uses BoringSSL, and does not have a mechanism to substitute another TLS stack. Specifically, I am thinking of OpenSSL. Is there any interest in adding support to compile envoy wi…
-
The following tests are failing in cuda builds with UVM enabled and without setting
```
export CUDA_LAUNCH_BLOCKING=1
export CUDA_MANAGED_FORCE_DEVICE_ALLOC=1
```
**Failing tests**
`…