wangzy0327

Results 37 comments of wangzy0327

@AtlantaPepsi Hello, I'm trying to run the Cxx11 cuda and SYCL programs in x86_64 machine.But I'm unfamiliar with the make.defs config. Can you help me give you more precise make.defs...

This is the build error. I have installed libboost-dev software. ``` g++-11 -std=gnu++17 -pthread -O3 -mtune=native -ffast-math -Wall -Wno-ignored-attributes -Wno-deprecated-declarations -DPRKVERSION="2020" stencil-ranges.cc -DUSE_BOOST_IRANGE -I/usr/include/boost/ -DUSE_RANGES -o stencil-ranges In file included...

@nyanmisaka ![image](https://user-images.githubusercontent.com/22990858/222956684-c1fa5fa1-7cd3-4c68-bc36-86e0e40e5c46.png) cannot find the command line

@nyanmisaka ![image](https://user-images.githubusercontent.com/22990858/222957013-0315c60e-2fcd-495f-9ad2-8e148050956d.png) Failed to detect engines,but my system kernel is 5,

@nyanmisaka I tried to build from source [igt-gpu-tools](https://gitlab.freedesktop.org/drm/igt-gpu-tools) But I get the result when I run `tests/core_auth` . How can I use the igt-gpu-tools? It seems no igt-gpu-tools install rather...

@dzarukin I need to specify a stable version of oneDNN and it needs to be compiled into a debug version. I have tried to compiled oneDNN v3.2 /v3.4 on Nvidia...

> what does your `make.defs` say about ranges? > > for example, this might be useful, as shown in `make.defs.gcc`: > > ``` > RANGEFLAG=-DUSE_GCC_RANGES > ``` It default says...

@jeffhammond how to choose part contents to build in allcxx instead build allcxx?

@jeffhammond I tried to build the stencil-range.cc, but it occurs `error: 'range' has not been declared`. I have installed libboost-all-dev.How to solve the problem? ``` g++-11 -std=gnu++17 -pthread -O3 -mtune=native...

@jeffhammond Hello, I'm trying to run the Cxx11 cuda and SYCL programs in x86_64 Ubuntu-18.04 machine.But I'm unfamiliar with the make.defs config. Can you help me give you more precise...