-
### Describe the enhancement requested
TBF
### Component(s)
C++
-
Heyo, I was wondering if there was any possibility of having some "const correctness" to the input buffers of effects and the parameters/settings of creating contexts/hrtf/simulators/etc.
For examp…
-
## Motivation
Currently, the server plugin API is actually a C++ API. This has the significant downside that you cannot write server plugins in other languages without at least some C++ glue co…
-
The current C API is implemented in terms of the C++ API, but I think it would be better to invert that layering:
- The C API is the only interface defined between users and runtimes.
- Define a C++…
-
I've downloaded version 1.0.3 on https://pecl.php.net/package/imap, put it into `/ext/php_imap.dll` but whenever I check my php installation, it says:
```
php --version
PHP Warning: PHP Startup:…
-
https://github.com/SerhiiKryvokin/hashcode-2018-Self-driving-rides/issues/8
-
**Original message**: Failed to copy file
**System Info**
Editor version: 1.87.0
Extension version: 0.25.1
OS: win32 10.0.19045
**Stack**
Error: ENOENT: no such file or directory, stat '\wor…
-
I have the following typespec specification: https://github.com/Azure/azure-rest-api-specs/tree/feature/blob-tsp/specification/storage/Microsoft.BlobStorage
When I try to generate using the typespec-…
-
## 🐛 Bug
##
After updating XLA pin from 32ebd694c4d0442e241d76324ff1a721831366b4 to 590cd6fcd1ed24ab9cf494789a0fc524b94a4a6a in PR https://github.com/pytorch/xla/pull/8079/files
Our CI h…
qihqi updated
1 month ago
-
### 🐛 Describe the bug
`num_heads = 0` leads to crash by division by zero.
Test code:
```c++
#include
#include
#include
#include
#include
namespace F = torch::nn::functional;
using …