-
The code (as at 0.7.1) takes the profile sensitivity (for *now*) and scales that by sensitivityRatio.
It then uses that in making forecasts over the coming hours.
However the profile's declared se…
-
We already have failsafes to try to prevent `tqdm` from taking too much time between two updates, but they are triggered only after the first long gap, not before (else, we would need to check `time()…
-
Hi, it would be helpful if we could update the NS profile from the results, in an semi automated way.
-
Got the same error as [issue 142](https://github.com/qwopqwop200/GPTQ-for-LLaMa/issues/142#issuecomment-1507778779) -
AttributeError: module ‘triton.compiler’ has no attribute ‘OutOfResources’- afte…
-
We have a fleet of nvidia jetson xavier, arm64 computers, running ubuntu 20.04 with latest ptpd version installed.
```bash
>apt-cache policy ptpd
ptpd:
Installed: 2.3.1-debian1-4
Candidate:…
-
I know, you are making an autotuned autopilot, but i can't use it, because of absence of some required features. I need a very pricies control over the vessel attitude and attitude rate in the space (…
-
validate tunables-datasource-name for blank, invalid, multiple-sections, no-tunable-datasource-name, no-tunable-datasource-name-value, null, numerical values
blank-tunable-datasouce-name
```
apiV…
-
After following the 'Building with a custom LLVM' instructions, I build and install Triton successfully; and I could run a simple vector_add triton program.
Then I add one print statement in the Trit…
-
Hi, I am using triton 2.1.0 via PyPi and want to make use of the `triton.ops.blocksparse` module but when I try to reference `triton.ops` I get back an error that there is no 'ops' module.
For exam…
-
There are several reasons I could think a reference matmul kernel implemented with `numba_dpex.kernel` is interesting:
- avoid the need to use `dpnp.matmul`, which is one less dependency, and let …