GithubHelp home page GithubHelp logo

Comments (4)

jinz2014 avatar jinz2014 commented on September 28, 2024

I got the following errors

[  0%] Built target onemkl_rng
[  0%] Built target onemkl_blas
[  0%] Built target onemkl
[  3%] Built target onemkl_blas_cublas_obj
[  3%] Built target onemkl_blas_cublas
[  4%] Built target onemkl_rng_curand_obj
[  4%] Built target onemkl_rng_curand
[  5%] Built target gtest
[  6%] Built target gtest_main
[  6%] Building CXX object tests/unit_tests/blas/extensions/CMakeFiles/blas_extensions_ct.dir/gemm_bias.cpp.o
/tmp/oneMKL/tests/unit_tests/blas/extensions/gemm_bias.cpp:130:48: error: no matching function for call to 'gemm_bias'
  130 |                 TEST_RUN_CT_SELECT(main_queue, oneapi::mkl::blas::column_major::gemm_bias, transa,
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/oneMKL/tests/unit_tests/blas/extensions/../../include/test_helper.hpp:191:53: note: expanded from macro 'TEST_RUN_CT_SELECT'
  191 |                 TEST_RUN_NVIDIAGPU_CURAND_SELECT(q, func, __VA_ARGS__);    \
      |                                                     ^~~~
/tmp/oneMKL/tests/unit_tests/blas/extensions/../../include/test_helper.hpp:107:5: note: expanded from macro 'TEST_RUN_NVIDIAGPU_CURAND_SELECT'
  107 |     func(oneapi::mkl::backend_selector<oneapi::mkl::backend::curand>{ q }, __VA_ARGS__)
      |     ^~~~
/tmp/oneMKL/tests/unit_tests/blas/extensions/gemm_bias.cpp:170:24: note: in instantiation of function template specialization '(anonymous namespace)::test<float, signed char, signed char, int>' requested here
  170 |     EXPECT_TRUEORSKIP((test<float, int8_t, int8_t, int32_t>(
      |                        ^
/tmp/oneMKL/include/oneapi/mkl/blas/detail/blas_ct_backends.hxx:485:20: note: candidate function not viable: no known conversion from 'backend_selector<oneapi::mkl::backend::curand aka 5>' to 'backend_selector<backend::mklcpu aka 0>' for 1st argument
  485 | static inline void gemm_bias(backend_selector<backend::BACKEND> selector, transpose transa,
      |                    ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/oneMKL/include/oneapi/mkl/blas/detail/blas_ct_backends.hxx:485:20: note: candidate function not viable: no known conversion from 'backend_selector<oneapi::mkl::backend::curand aka 5>' to 'backend_selector<backend::mklgpu aka 1>' for 1st argument
  485 | static inline void gemm_bias(backend_selector<backend::BACKEND> selector, transpose transa,
      |                    ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/oneMKL/include/oneapi/mkl/blas/detail/blas_ct_backends.hxx:485:20: note: candidate function not viable: no known conversion from 'backend_selector<oneapi::mkl::backend::curand aka 5>' to 'backend_selector<backend::rocblas aka 7>' for 1st argument
  485 | static inline void gemm_bias(backend_selector<backend::BACKEND> selector, transpose transa,
      |                    ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                      

from onemkl.

jinz2014 avatar jinz2014 commented on September 28, 2024

@andrewtbarker Could you please take a look at the issue reported in 2021 ?

from onemkl.

andrewtbarker avatar andrewtbarker commented on September 28, 2024

@vrpascuzzi @aelizaro Is this easy to fix or should we just document that we do not support this combination?

from onemkl.

vrpascuzzi avatar vrpascuzzi commented on September 28, 2024

@andrewtbarker It's been a few years since I worked on this, but IMO the combination should be supported.

Can the libraries be linked and used together in an application? (Are the tests faulty?)

from onemkl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.