cloudhan

Results 33 issues of cloudhan

That is, sourcetrail is treating MSVC options as file/dir ![image](https://user-images.githubusercontent.com/1279292/66934488-26871800-f06d-11e9-8416-25f684828de1.png) The compdb generate from ninja: ``` [ { "directory": "D:\\chainer\\build\\temp.win-amd64-3.7\\Release", "command": "C:\\PROGRA~2\\MICROS~1\\2019\\COMMUN~1\\VC\\Tools\\MSVC\\1423~1.281\\bin\\Hostx64\\x64\\cl.exe /nologo /TP -DCHAINERX_ENABLE_CUDA=1 -DCHAINERX_ENABLE_LAPACK=1 -DWIN32_LEAN_AND_MEAN -Dgsl_api=\"\" -I\"C:\\Program Files\\NVIDIA...

```ispc struct Pixel { unsigned int8 r, g, b; }; unsigned int8 rgb2gray_kernel(Pixel p) { return (p.r *76 + p.g *150 + p.b *30) >> 8; } export void rgb2gray(uniform...

It seems there is no mechanism to support relative path expansion. For example ```yaml CompileFlags: Add: - -Iinclude/path/relative/to/.clangd ``` `.clangd` file can generally check into the repo, then the repo...

enhancement

#72 #159 #517 #551 #589 Are all about the same thing. Obfuscation. So let me clarify what do we mean when we say 'obfuscation'. Now Alice send a message to...

``` # gcc --version gcc (Ubuntu 7.5.0-3ubuntu1~16.04) 7.5.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not...

bug
triaged

Related PRs #12855 #12856 #12857 **Description**: Enable ROCm to use tunable GEMM for better performance. **Motivation and Context** - Why is this change required? What problem does it solve? This...

In https://gpuweb.github.io/gpuweb/wgsl/#enable-directive-section It claims the grammar follows: > The directive uses an identifier to name the extension ``` enable_directive : ENABLE IDENT SEMICOLON ``` while in the example: ``` //...

wgsl
editorial

On Windows: ``` INFO: From Compiling examples/rdc/b.cu: b.cu INFO: From Compiling examples/rdc/b.cu: b.cu INFO: From Compiling examples/rdc/a.cu: a.cu INFO: From Compiling examples/rdc/a.cu: a.cu INFO: From Compiling examples/basic/kernel.cu: kernel.cu INFO: From...

[rules_cuda](https://github.com/bazel-contrib/rules_cuda) is a community effort for adding cuda support for bazel. It currently supports: 1. linux and windows 2. nvcc+gcc or nvcc+msvc where cuda >= 10.0 or standalone clang cuda...

[VS Code Plugin](https://marketplace.visualstudio.com/items?itemName=intel-corporation.ispc) support LSP. It is undermaintained currently. E.g., the plugin doesn't support remote editing.

Quality of Life
Visual Studio Code Extension