Searched refs:info (Results 1 – 17 of 17) sorted by relevance
378 info-basic:379 $(info -----------------------------------------)380 $(info | ___ __ ______________________ |)381 $(info | / (_) /_ / ____/ ____/ ____/ __ \ |)382 $(info | / / / __ \/ / / __/ / __/ / / / / |)383 $(info | / / / /_/ / /___/ /___/ /___/ /_/ / |)384 $(info | /_/_/_.___/\____/_____/_____/_____/ |)385 $(info -----------------------------------------)386 $(info )387 $(info -----------------------------------------)[all …]
60 *.bin.info
57 Update author info if applicable (new authors, or existing authors changing institutions).
804 # to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.807 # search path. See also \cite for info how to create references.2037 # https://en.wikipedia.org/wiki/BibTeX and \cite for more info.2418 # For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node,2430 # href=https://graphviz.org/doc/info/arrows.html>Complete documentation about2439 # href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
72 $(info CC : $(CC))73 $(info CFLAGS : $(CFLAGS))74 $(info CPPFLAGS: $(CPPFLAGS))75 $(info LDFLAGS : $(LDFLAGS))76 $(info LDLIBS : $(LDLIBS))77 $(info OPT : $(OPT))81 $(info [ variable name]: $*)82 $(info [ origin]: $(origin $*))83 $(info [ flavor]: $(flavor $*))84 $(info [ value]: $(value $*))[all …]
30 $(info CXX : $(CXX))31 $(info CXXFLAGS: $(CXXFLAGS))32 $(info CPPFLAGS: $(CPPFLAGS))33 $(info LDFLAGS : $(LDFLAGS))34 $(info LDLIBS : $(LDLIBS))
24 $(info [ variable name]: $*)25 $(info [ origin]: $(origin $*))26 $(info [ flavor]: $(flavor $*))27 $(info [ value]: $(value $*))28 $(info [expanded value]: $($*))29 $(info )
84 DeviceType(sycl::info::device_type::all),94 …online_compiler(sycl::info::device_type dev_type, device_arch arch, compiled_code_format fmt = com… in online_compiler()104 DeviceType(sycl::info::device_type::all),132 online_compiler<Lang> &setTargetDeviceType(sycl::info::device_type type) { in setTargetDeviceType()170 sycl::info::device_type DeviceType;
23 sycl::info::device_type device_type; in CeedInit_Sycl()25 device_type = sycl::info::device_type::gpu; in CeedInit_Sycl()27 device_type = sycl::info::device_type::cpu; in CeedInit_Sycl()
40 static std::vector<const char *> prepareOclocArgs(sycl::info::device_type DeviceType, device_arch D… in prepareOclocArgs()44 if (DeviceType == sycl::info::device_type::gpu) { in prepareOclocArgs()100 static std::vector<byte> compileToSPIRV(const std::string &Source, sycl::info::device_type DeviceTy… in compileToSPIRV()
55 $(info CC : $(CC))56 $(info CFLAGS : $(CFLAGS))57 $(info CPPFLAGS: $(CPPFLAGS))58 $(info LDFLAGS : $(LDFLAGS))59 $(info LDLIBS : $(LDLIBS))
89 $(info CC : $(CC))90 $(info CFLAGS : $(CFLAGS))91 $(info CPPFLAGS: $(CPPFLAGS))92 $(info LDFLAGS : $(LDFLAGS))93 $(info LDLIBS : $(LDLIBS))
8 *.egg-info
3 !!! info "Column-major vs. row-major storage"
232 @info("""244 @info("""250 @info("""
227 …std::vector allowed_sg_sizes = sycl_data->sycl_device.get_info<sycl::info::device::sub_group_size… in CeedOperatorBuildKernel_Sycl_gen()