-
cmake_minimum_required(VERSION 2.6)
project(pro)
option(CUDA_USE_STATIC_CUDA_RUNTIME OFF)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_BUILD_TYPE Debug)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}…
-
可否支持下protobuf3
-
```
# Nostr-rs-relay configuration
[info]
# The advertised URL for the Nostr websocket.
relay_url = "wss://localhost:8080"
# Relay information for clients. Put your unique server name here.
…
-
Protobuf3 now support option in oneOf field. However, in Wire it doesn't have option in the OneOf field
Example:
```
extend google.protobuf.OneofOptions {
optional int32 my_option = 12345;
…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| --- | development/libnvidia-container | :x: | :x: | --- | False Alarm, all is good |
| ---…
-
The generated classes' constructor for kotlin has default values.
But, I sometimes forgot to add arguments, so I'd like to have an option to generate no default argument to the generated classes.
I …
-
When launching the program (including the first launch when it installs), my spotify will open and function normally, but there is also a completely black window that I can't close. Once I close the f…
-
新项目使用protobuf3所以不能使用云大的pbc了,转移到lua-protobuf了之后遇到了内存没释放的问题。
当前我们是每个agent都各自load pb数据,但是agent退出后cmem固定大小内存没有释放,追踪下来是pb数据导致的。
看了这个项目是按下面共享的方式使用,请问线上有跑吗?稳定不。
https://github.com/sniper00/BallGame/blob/3…
-
# Overview
| | package | i586 | x86_64 | notes | resolution |
| --- | --- | --- | --- | --- | --- |
| --- | development/astyle | --- | :x: | --- | Handled by https://github.com/aclemons/slackbu…
-
Hey, I was trying out the cifar-10 tutorial ([link](https://www.deepspeed.ai/tutorials/cifar-10/)).
Could you assist with the runtime error.
On executing ([run_ds.sh](https://github.com/microsof…
Axe-- updated
8 months ago