-
dpex ufunc kernels cannot be called from other dpex device functions.
Example:
```python
@dppy.func
def a_device_function(a):
return a + 1
@vectorize(nopython=True)
def ufunc_kernel(x, …
-
**Note from the teaching team:** This bug was reported during the _Part II (Evaluating Documents)_ stage of the PE. **You may reject this bug if it is not related to the quality of documentation.**
Te…
-
**Outer.sh**
```
#!/bin/bash
function Outer
{
echo "outer"
function Inner
{
echo "Inner"
}
Inner
}
```
**Outer_spec.sh**
```
De…
-
{"message": "Error in _stream_synthesis_task\nTraceback (most recent call last):\n File \"/root/pythonenv/enve/lib/python3.10/site-packages/livekit/agents/utils/log.py\", line 16, in async_fn_logs\n …
-
# Provide required information needed to triage your issue
There is a scenario, in which inline image never gets returned on `item.getAttachmentsAsync` call.
In this scenario, also calling `item.s…
-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/homanp/superagent/discussions/categories/ideas) didn't …
-
I'm attempting to set the dfplayer into random playback mode but it hard loops all the contents of the folder randomly if the dfplayer.random() is used during initialization. I only suspect the lib mi…
-
device : ![image](https://github.com/user-attachments/assets/227c5570-fcf1-4919-8275-50969aa6b472)
Encountered problems:When using the scan aps function, instead of calling the SD card space, it us…
-
We have been a bit lazy with our `PORTABLE_INLINE_FUNCTION` calls and EOSPAC. Since EOSPAC can't be called from within a device kernel, we need to get rid of those function decorators when calling EOS…
-
### Current behaviour
The label of TextInput component clips in outline mode when I call the render function prop. I am calling the render prop so as to render my Custom input, in this case a dropd…