-
```
template struct tops_arbitary {
struct D {
K key;
T val;
};
array ar;
array flg;
bool add(const K &key, const T &val) {
bool ret = false;
…
-
Hi,
Our (@zml) Llama implementation fails to compile if we run with `topk > 1`.
We're not sure what triggers it, it looks like some pattern matching.
Please find attached our implementation wit…
-
### Description
Finding the top k rows of `row_number` is a common case. We compare following two ways
#### use aggregation
```sql
-- CH
SELECT
x,
y[1]
FROM
(
SELECT
…
-
### Is your feature request related to a problem?
I like the Table.value_counts() API and have been using it a lot. However, the thing I always do next is to order it. Can we turn this into a oneline…
-
Hello folks,
I used my pdfs to get the data & set of question & answers. Also, I implemented the dspy flow. Could you please help me understand the following
1. Why the retrieval is happening ins…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
### 🚀 The feature, motivation and pitch
Currently, the ```torch.topk``` function raises an error when the specified ```k``` value exceeds the total number of elements in the input tensor.
### P…
-
Are there any plans for removing 3840 limitation from [TopK operator](https://docs.nvidia.com/deeplearning/tensorrt/operators/docs/TopK.html)?
Some time ago I reached a post written by @zerollzeng
> …
-
Opening a discussion for `topk` related to https://github.com/ml5js/ml5-next-gen/issues/166.
1. The documentation states "The number of top predictions to return, applicable to MobileNet." I think …
-
### Describe the issue
This line assumes that there are at least 256 thread per thread block:
if (tid < 256) H[tid] = 0;
https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/core/pr…