José Fonseca

Results 3 issues of José Fonseca

As described in http://www.hexblog.com/?p=104 and prototyped by @vit9696 in https://github.com/jrfonseca/drmingw/issues/29#issuecomment-245279253

enhancement

Some WGL apps do the following: ```c++ hdc1 = GetDC(hWnd); wglMakeCurrent(hdc1, ...); hdc2 = GetDC(hWnd); wglMakeCurrent(hdc2, ...); ``` Because WGL doesn't deal with HWNDs, just HDCs, and wgltrace doesn't intercept...

Tracing
Feature Request
Help Wanted

## 🐛 Bug I've been using torch_xla 2.7 without issues, but when I try to use torch_xla 2.8 I run into `undefined symbol: _ZN3c104cuda10set_deviceEa` errors. The corresponding c++filt demangled symbol...

bug
install
2.8 release