-
We would like to enable the cl_khr_subgroups extension for the following functions:
These functions will map to Builtin constants:
* get_sub_group_size - SubgroupSize
* get_max_sub_group_size - S…
sjw36 updated
3 years ago
-
We have to upstream SPIR-V buit-ins declarations (enabled by https://github.com/intel/llvm/pull/1384 ) to llorg. Otherwise we can't compile any SYCL sample using our SYCL headers and llorg clang:
`…
-
| | |
| --- | --- |
| Bugzilla Link | [27009](https://llvm.org/bz27009) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dmpolukhin,@zahiraam |
## …
-
### Windows Build Number
21382.1
### WSL Version
- [X] WSL 2
- [ ] WSL 1
### Kernel Version
5.10.16.3
### Distro Version
Ubuntu 20.04
### Other Software
Inside WSL:
[clinf…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35961](https://bugs.llvm.org/show_bug.cgi?id=35961) |
| Status | NEW |
| Importance | P enhancemen…
-
The flag currently only controls the compiler options for MSVC/clang-cl: https://github.com/iree-org/iree/blob/7df397317736788046e02e5d8e821c498d7266da/build_tools/cmake/iree_copts.cmake#L371
If an…
-
error: static_assert failed due to requirement '!brigand::is_set::value' "error in brigand::is_set"
static_assert(!brigand::is_set::value, "error in brigand::is_set");
^ ~~~~~~~~~~~~~~~~…
-
```cpp
#include
#include
extern template std::vector;
int main(){return 0;}
```
```console
> clang-cl.exe /std:c++20 nothing.cpp
nothing.cpp(5,17): error: declaration does not declare …
-
```
clang-cl warns:
..\..\third_party\pdfium\core\src\fxge\win32\fx_win32_gdipext.cpp(435,13) :
error(clang): 10 enumeration values not handled in switch:
'FXDIB_Invalid', 'FXDIB_1bppM…
-
### Problem Description
According to this [article](https://dev.to/yumetodo/list-of-mscver-and-mscfullver-8nd), there are 4 types of version with MSVC compilers. And the corresponding table is like…