Alexander Grund
Alexander Grund
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **FAIL (build issue)** _poetry-1.8.3-GCCcore-13.3.0.eb_ (partial log available at https://gist.github.com/Flamefire/6cd543ca489c67da855bb773983a9a20) Build succeeded for 0 out of 1 (1 easyconfigs...
For some reason the build dependencies are still loaded or get loaded in the sanity check after this change. Poetry depends on hatchling and has a builddep to scicit-build and...
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **SUCCESS** _SciPy-bundle-2022.05-foss-2022a.eb_ * **SUCCESS** _SciPy-bundle-2023.02-gfbf-2022b.eb_ * **SUCCESS** _Python-bundle-PyPI-2023.06-GCCcore-12.3.0.eb_ * **SUCCESS** _Python-bundle-PyPI-2023.10-GCCcore-13.2.0.eb_ * **SUCCESS** _PyYAML-6.0.1-GCCcore-13.2.0.eb_ * **SUCCESS** _bcrypt-4.1.3-GCCcore-13.2.0.eb_ *...
Test report by @Flamefire #### Overview of tested easyconfigs (in order) * **SUCCESS** _SciPy-bundle-2022.05-foss-2022a.eb_ * **SUCCESS** _SciPy-bundle-2023.02-gfbf-2022b.eb_ * **SUCCESS** _Python-bundle-PyPI-2023.06-GCCcore-12.3.0.eb_ * **SUCCESS** _Python-bundle-PyPI-2023.10-GCCcore-13.2.0.eb_ * **SUCCESS** _PyYAML-6.0.1-GCCcore-13.2.0.eb_ * **SUCCESS** _bcrypt-4.1.3-GCCcore-13.2.0.eb_ *...
> That maybe also opens the door to not bother deprecating things, not sure at this point. So what shall I do? I'd go with keeping the deprecation calls such...
Opened a PR against 5.0x: https://github.com/easybuilders/easybuild-easyblocks/pull/3432 Or would you prefer to update this PR?
Closing in favor of #3432
As I can't use CUDA 11 I retested that with TF 2.3 and `python git/tensorflow/tensorflow/python/kernel_tests/batch_scatter_ops_test.py ScatterTest.testBooleanScatterUpdate` and am seeing the same issue. So I'd assume that this is not related...
The issue is fully expected looking at the source: The bool kernel is simply never declared for GPU, the relevant line is https://github.com/tensorflow/tensorflow/blob/b5c8d770f553c529165292c607bcda46ce370c08/tensorflow/core/kernels/scatter_nd_op_gpu.cu.cc#L201 That uses https://github.com/tensorflow/tensorflow/blob/b5c8d770f553c529165292c607bcda46ce370c08/tensorflow/core/framework/register_types.h#L195-L196 And as one can...
Test has only moved here: https://github.com/tensorflow/tensorflow/blob/v2.9.1/tensorflow/python/kernel_tests/array_ops/batch_scatter_ops_test.py#L86 And code looks still the same: https://github.com/tensorflow/tensorflow/blob/v2.9.1/tensorflow/core/kernels/scatter_nd_op_gpu.cu.cc#L201 https://github.com/tensorflow/tensorflow/blob/v2.9.1/tensorflow/core/framework/register_types.h#L195-L196 So yes the issue persists.