-
I wrote a opencl code , such as:
#pragma OPENCL EXTENSION cl_amd_printf : enable
__kernel void test_ker(__global int* out, int num) {
int tid = get_global_id(0);
int tnum = get_glob…
-
- [ ] Field mapped into target
- [ ] Field not mapped to in target
-
# General Issue: New experiments
TIPMIP have asked to add experiments to CMIP6Plus and their experiment definition appears to include the following set of experiments;
See [here](https://tipmip.…
-
View species 'Phaeovirus irregularis' for 2023.
https://wwwdev.ebi.ac.uk/spot/evora/ols/ontologies/ictv_2023/classes/https%253A%252F%252Fictv.global%252Ftaxonomy%252Ftaxondetails%253Ftaxnode_id%25…
-
**Is your feature request related to a problem? Please describe.**
Currently there is only one link you can input, when a shop can have different regions to buy the filament/items depending on where …
-
Checklist:
* [X] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [X] I've included steps to reproduce the bug.
* [X] I've pasted the output of `argocd version`.
*…
-
It looks like the schema page does not specify how are are object ID-s set in the vector tiles. They seem to be sequential for every tile (1,2,3...), right? Now when there are several copies of same o…
-
Is there any particular reason global-id is mandatory in student? Many clients have not yet implemented this system and hence may not be able to use LA if this is mandatory.
Note: according to XSD "A…
-
Code
```python
class ShipNode(DjangoObjectType):
class Meta:
model = Ship
filter_fields = ['id', 'size']
interfaces = (relay.Node, )
rowid = graphene.Strin…
-
Global node numbering is generated with APF routine which numbers only OWNED nodes and this cause crashes inside matrix initialization. This recent modification shall be reverted to the original imple…