ghostplant

Results 40 issues of ghostplant

Assume I used Notepad for quite a long time and there were already hundreds of text items I created in the past. If I want to export all of these...

Most of TC examples are actually for tensor reshape or reduce. Any examples for tensor broadcast? The following try isn't supported by TC: ```sh def broadcast(float(N, M) I0) -> (O)...

Fixing the issue: https://github.com/tensorflow/benchmarks/issues/267 Note: If not specifying `--input_data_format=NCHW` manually, all existing logic keeps unchanged.

cla: yes

Current benchmark is based on an assumption that input data are always in NHWC format (via tf.image), so when the model is asked to train models in NCHW format, it...

I failed to execute the kernels if I remove `__global` tags for data pointers.

Does DXC support `__umulhi()` intrinsic? We want to use cheap int32 register for int64 related computation for highest 32-bit values.

Allow compilation for Amdgpu-target Gfx1010

This is an example of the code: ```cpp hipSetDevice(0); hipLaunchKernel(...); hipDeviceReset(); // Do other CPU things that is no longer related to GPU ... ... ``` We want something like...

`rock-dkms` from ROCm 4.3.1-release fails to recognize GFX90A GPUs. How about the latest branch status?