-
While implementing #111 I have noticed that the general package system of CCL is in a poor shape: CCL seems to be using `find-package`, `pkg-arg`, `%find-pkg` without much logic as for which function …
-
The test times out in this case. I've copied one of the stacks below; to me this suggests that we're trying to read from some SQL connection that will never connect. I'm not sure if this is a red herr…
-
In current API specifications, LogisticsEvents can be filtered by event code defined as a string.
In current DM the event code is a CodeListElement.
We need to align on the structure and API specific…
-
In llama 70B on TG we split the users into four groups along the columns during attention (after the QKV matmul). So we have a Line AllReduce followed by a selection matmul. This could be simplified b…
-
The CCL cross-references are a bit of a pain to parse after the fact. Considering keeping the original references with their ugly icons.
-
```
What steps will reproduce the problem?
1. Compile latest svn source using lcc 32 bit
2.
3.
What is the expected output? What do you see instead?
Error :
c:\ccl-svn>C:\lcc\bin\make.exe -f Makefil…
-
```
What steps will reproduce the problem?
1. Compile latest svn source using lcc 32 bit
2.
3.
What is the expected output? What do you see instead?
Error :
c:\ccl-svn>C:\lcc\bin\make.exe -f Makefil…
-
# [CCL Scale Dependent MG support]
[CCL Scale Dependent MG support: code cleaning, benchmarking, and documentation]
Contacts:
Day/Time:
Main communication channel:
GitHub repo:
## Goals an…
-
Hi,
I'm using a web API in which the developers decided to add one randomly named header to every response.
Since the headers are interned in the keyword package, after a few hundreds thousand of ca…
-
I have installed ccls using snapd : `sudo snap install ccls` on ubuntu 18.04.
Output of `which ccls` :
```
/snap/bin/ccls
```
Output of `echo $PATH` :
```
/usr/local/sbin:/usr/local/bin:…