-
### Proposed new feature or change:
There is an interesting recent paper about exposing the bytecode interpreter specialization features added in Python 3.11 (aka quickening) to arbitrary extension t…
-
Currently all errors reported via the `Termination` impl on `core::result::Result` go through `Debug` instead of `Error`, which tends to be the wrong choice for errors. We have plans for fixing this v…
yaahc updated
3 years ago
-
# How to Apply for Financial Aid for a Coursera Course, Specialization or Professional Certificate - Cyrille NJUME
An amazing website.
[https://cyrillemesue.github.io//applying-for-coursera-financia…
-
# Proposal
Add a concretization-like step to mutate TensorView definition with correct stride_order (allocationDomain) and contiguity flag.
# Context
currently nvfuser API requires user to st…
-
`nh os switch -S` should maybe also activate the home-manager specialization with the same name (probably behind a flag)? Currently I have to run `home-manager generations`, copy the store path of the…
-
CString abc = "123";
spdlog::default_logger_raw()->info("{}", abc);
Before V1.13/12/11..., spdlog can support the Win32xx CString Class,
Now on V1.14 or 1.14.1, compile report
static_assert(…
-
Specialization was rather messy in Scala 2. It had a complicated implementation and hard to understand restrictions and inefficiencies for the user. Nevertheless, when used right, specialization can g…
-
This will allow better understanding of builtins since scraper does not always generate correct result and for return type we have to do specialization. Ex, in 3.7 scraper generates `pow(x, y, z)` rat…
-
Usually keyboard events are handled with keyboard modifiers (Ctrl, Alt, Shilt, their combinations, system specific modifiers).
Current keyboard event system doesn't support that, only limited amount …
-
The following code compiles fine on linux (gcc), but gives an error on windows (visual studio)
``` c++
class Test
{
public:
Test()
{
std::cout