Alain Miniussi

Results 58 comments of Alain Miniussi

Hi, correct me if I'm wrong, but this fix is not in 3.7.1 right ? Thanks

Thanks. Is there a roadmap page somewhere ?

Hi @milancurcic, The test in my build fails with "unmapped address" with the following stack trace: ``` 6: 0 0x000000000004cb95 ucs_debug_print_backtrace() ???:0 6: 1 0x0000000000415d17 nf_maxpool2d_layer_mp_backward_() /scratch/alainm/view/neural-fortran/src/nf/nf_maxpool2d_layer_submodule.f90:107 6: 2 0x00000000004102b2...

>>>$ ifx --version ifx (IFX) 2023.2.0 20230721 Copyright (C) 1985-2023 Intel Corporation. All rights reserved. Is that a parallel build and, if yes, which MPI is used ? Thanks

I did a debug -check all build. The test is failing with: ``` forrtl: severe (408): fort: (3): Subscript #3 of the array MAXLOC_X has value 0 which is less...

Hi, I installed libkkokos-core as a submodule: ``` aminiussi@login1:/work/aminiussi/fargo/pybind11/rel$ ls external/pykokkos-base/kokkos/ __init__.py libpykokkos.cpython-36m-x86_64-linux-gnu.so __pycache__ test utility.py aminiussi@login1:/work/aminiussi/fargo/pybind11/rel$ ``` At the begining of th test script: ``` import sys sys.path.append("/work/aminiussi/fargo/pybind11/rel/src/fargOCApy") sys.path.append("/work/aminiussi/fargo/pybind11/rel/external/pykokkos-base")...

> with v.data() returning a Kokko::View so it looks like some code related with Kokko::View wasn't instantiated. Actually, v.data() returns a `Kokko::View`, when I run the test, I have message:...

Ok so the problem is with the `const` > Kokkos::View If I change the code to return a `Kokkos::View` it works just fine. Is this an expected behavior ?

Is there a documented way to explicitly select/instantiate (with cmake help?) the type to instantiate ?