Home
last modified time | relevance | path

Searched refs:info (Results 1 – 17 of 17) sorted by relevance

/libCEED/
H A DMakefile378 info-basic:
379 $(info -----------------------------------------)
380 $(info | ___ __ ______________________ |)
381 $(info | / (_) /_ / ____/ ____/ ____/ __ \ |)
382 $(info | / / / __ \/ / / __/ / __/ / / / / |)
383 $(info | / / / /_/ / /___/ /___/ /___/ /_/ / |)
384 $(info | /_/_/_.___/\____/_____/_____/_____/ |)
385 $(info -----------------------------------------)
386 $(info )
387 $(info -----------------------------------------)
[all …]
H A D.gitignore60 *.bin.info
H A DRELEASING.md57 Update author info if applicable (new authors, or existing authors changing institutions).
H A DDoxyfile804 # 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 about
2439 # href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
/libCEED/rust/libceed-sys/c-src/
H A DMakefile378 info-basic:
379 $(info -----------------------------------------)
380 $(info | ___ __ ______________________ |)
381 $(info | / (_) /_ / ____/ ____/ ____/ __ \ |)
382 $(info | / / / __ \/ / / __/ / __/ / / / / |)
383 $(info | / / / /_/ / /___/ /___/ /___/ /_/ / |)
384 $(info | /_/_/_.___/\____/_____/_____/_____/ |)
385 $(info -----------------------------------------)
386 $(info )
387 $(info -----------------------------------------)
[all …]
/libCEED/examples/fluids/
H A DMakefile72 $(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 …]
/libCEED/backends/magma/tuning/
H A DMakefile30 $(info CXX : $(CXX))
31 $(info CXXFLAGS: $(CXXFLAGS))
32 $(info CPPFLAGS: $(CPPFLAGS))
33 $(info LDFLAGS : $(LDFLAGS))
34 $(info LDLIBS : $(LDLIBS))
/libCEED/examples/fluids/meshes/
H A DMakefile24 $(info [ variable name]: $*)
25 $(info [ origin]: $(origin $*))
26 $(info [ flavor]: $(flavor $*))
27 $(info [ value]: $(value $*))
28 $(info [expanded value]: $($*))
29 $(info )
/libCEED/backends/sycl/
H A Donline_compiler.hpp84 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;
H A Dceed-sycl-common.sycl.cpp23 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()
H A Donline_compiler.sycl.cpp40 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()
/libCEED/examples/solids/
H A DMakefile55 $(info CC : $(CC))
56 $(info CFLAGS : $(CFLAGS))
57 $(info CPPFLAGS: $(CPPFLAGS))
58 $(info LDFLAGS : $(LDFLAGS))
59 $(info LDLIBS : $(LDLIBS))
/libCEED/examples/petsc/
H A DMakefile89 $(info CC : $(CC))
90 $(info CFLAGS : $(CFLAGS))
91 $(info CPPFLAGS: $(CPPFLAGS))
92 $(info LDFLAGS : $(LDFLAGS))
93 $(info LDLIBS : $(LDLIBS))
/libCEED/tests/junit-xml/
H A D.gitignore8 *.egg-info
/libCEED/julia/LibCEED.jl/docs/src/
H A DBasis.md3 !!! info "Column-major vs. row-major storage"
/libCEED/julia/LibCEED.jl/src/
H A DLibCEED.jl232 @info("""
244 @info("""
250 @info("""
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen-operator-build.sycl.cpp227 …std::vector allowed_sg_sizes = sycl_data->sycl_device.get_info<sycl::info::device::sub_group_size… in CeedOperatorBuildKernel_Sycl_gen()