-
```
1. Change setting dialog font
Modify these lines in res.rc:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARD…
-
```
1. Change setting dialog font
Modify these lines in res.rc:
IDD_MAINBOX DIALOG DISCARDABLE 32, 8, 256, 152
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
to:
IDD_MAINBOX DIALOGEX DISCARD…
-
Hi. I would ask you if you could help me with this problem. I have an HTC m8 rooted with revolution mm rom and xposed 3 alpha 4. I have also installed sound profile apk by corcanoe (it's a profile cha…
-
As title shows, I didn't find scheduling exploration for FPGA. And, the baselines folder doesn't contain FPGA either.
-
#567 changed the path of template instantiation scripts and didn't update CMakeLists.txt correspondingly, which would fail tests/benchmarks/tvm extension compilation.
cc @abcdabcd987 .
-
Hi, thanks for sharing this tool!
I just wanted to try it, but I get the following error when I try to compile it on macOS:
```sh
nim c --threads:on --app:lib -d:danger --opt:speed -d:nimStrict…
wuqui updated
1 month ago
-
**🚀 Feature**
Latest Cudnn and MIOpen provide basic operator fusion interface, could us move some operator fusion policies to support native MIOpen & Cudnn op fusion.
**Motivation**
**Pitch…
-
AutoGluon-Tabular currently trains many models. Each of these models adhere to the `AbstractModel` API.
Add a new method: `AbstractModel.compile` which can be called after `AbstractModel.fit`. `Abs…
-
-
### Branch/PR Failing
https://github.com/apache/tvm/pull/11772
### Jenkins Link
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3586/pipeline
Build failed with:
```
[2…