Ivan Grigorik

Results 13 issues of Ivan Grigorik

Unlike tkinter, your library doesn't have it. It might be helpful in some projects.

### I tried to install "pykokkos" using following [native installation instructions](https://kokkos.org/pykokkos/installation.html#native-installation). However, I had several problems, the last of which I did not solve: 1) **The first problem is that...

This PR adds pre-installation steps that could help users to install and use PyKokkos more smoothly.

#### For bugs with existing features - SC2155: - online: - [X] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086) - [X] I tried on https://www.shellcheck.net/ and...

#### For bugs with existing features - SC2016 - online - [x] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086) - [x] I tried on https://www.shellcheck.net/ and...

#### For bugs with existing features - Rule Id: SC2086 - My shellcheck version: online - [x] The rule's wiki page does not already cover this - [x] I tried...

In function `mydevil_get_ip`, https://github.com/acmesh-official/acme.sh/blob/52e051bb028180a6778391a8310789064ce74127/deploy/mydevil.sh#L56-L59 Line `cut -w -s -f 3,7` contains errors, since `-w` option is not compatible with `GNU` core utilities library. [Doc in here](https://man7.org/linux/man-pages/man1/cut.1.html)

PyKokkos has a way to support the execution of lambda-based expressions execution strictly inside of `workload`s: ```python @pk.workload class someTest: def __init__(self, threads: int, value: int): self.threads: int = threads...

enhancement

@JBludau @gliga don't we want to add some standard issue format for this repo? For example, like [shellcheck](https://github.com/koalaman/shellcheck/issues/new/choose) issues format. I think that would be a good practice. I don't...

This PR removes all views from examples https://github.com/kokkos/pykokkos/issues/333 All views are changed into cupy / numpy arrays