Alina Elizarova

Results 3 issues of Alina Elizarova

# Summary Align all sycl:: apis with sycl 2020 spec version # Problem statement llvm compiler have already added new APIs and deprecated old ones (Example: get_count() for sycl::buffer), but...

API
build

**Bug summary** According to the latest sycl spec `sycl::vec` has constexpr constructors: https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:vector.type Implementation is missing `constexpr`: https://github.com/AdaptiveCpp/AdaptiveCpp/blob/f577603d89f3b65575b456de084bc0799c886e29/include/hipSYCL/sycl/libkernel/vec.hpp#L305 **To Reproduce** Try to compile `constexpr sycl::vec vec = {1, 2, 3};`...

bug

The proposed patch extends OPENSSL_ia32cap to support the new capabilities check for x86-64: bits 128 - 191 CPUID.(EAX=07H,ECX=0H).EDX and CPUID.(EAX=07H,ECX=1H).EAX bits 192 - 223 CPUID.(EAX=07H,ECX=1H).EDX and CPUID.(EAX=07H,ECX=1H).EBX bits 288 -...

branch: master
triaged: feature
severity: fips change