-
# Context
```
$ b --version
build2 0.17.0-a.0.75cedf46dba5
libbutl 0.17.0-a.0.ea51b01330a9
host x86_64-microsoft-win32-msvc14.3
...
$ bpkg --version
bpkg 0.17.0-a.0.c77d65b4472e
libbpkg 0…
Klaim updated
1 month ago
-
I install a clean python 3.12.7 in a windows 11 system with dual Xeon E5-2690.
I install exllamav2 using the prebuilt wheel and my pytorch is 2.4.1+cu124 with Nvidia toolkit 12.4 and VC build tool …
-
# 🐛 Bug
I am trying to build xformers from the main branch and no matter whether I try `0.0.27.post2` tag or the latest commit I am getting build errors.
## Command
git clone https://github.c…
-
### Description of Issue
Building a C++ application (Blender in our case) against the USD libraries on Linux shows the following warning:
> This file includes at least one deprecated or antiquat…
-
###
Issue copied from: https://github.com/ROCm-Developer-Tools/HIP/issues/630
@whchung suggested filing HCC issue as it might be related to HCC Clang CodeGen.
###
If a `__host__` function is dec…
-
It would be nice to have a way to enable Qt Quick Compiler when using qml files embedded in qrc.
Looks like it just requires to invoke `qmlcachegen` and compile the resulting cpp file
-
`clang-tidy` on a project brought this to my attention:
```txt
my_private_include_path/include/boost/multiprecision/cpp_int.hpp:375:17: error: Potential memory leak [clang-analyzer-cplusplus.NewDele…
-
I am trying to use beast which makes heavy use of boost::string_view in code that already makes heavy use of std::string_view. It is awfully easy to make a constexp constructor that trivially converts…
-
Sorry to interrupt.
I used fmt::format(...) for the host function in the .cu file, which should theoretically be compiled by the host compiler (i.e. msvc), and I also passed the /utf-8 flag via -Xcom…
-
### Version/Branch of Dear ImGui:
Version 1.90.4, Branch: docking
### Back-ends:
imgui_impl_wgpu.cpp + imgui_impl_glfw.cpp
### Compiler, OS:
Windows 10 + clang-cl 18.1.8
### Full config/build in…