search for: memaccess

Displaying 20 results from an estimated 94 matches for "memaccess".

2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
...gt; > <page size='1048576' unit='KiB' nodeset='0,2-3'/> > </hugepages> > </memoryBacking> > > Thank you. I use this xml: <cpu> <numa> <cell id='0' cpus='0' memory='1073741824' memAccess='shared'/> <cell id='1' cpus='1' memory='1073741824' memAccess='shared'/> </numa> </cpu> <memoryBacking> <hugepages> <page size="2" unit="M" nodeset="0,1"/> </h...
2014 Oct 08
2
is memoryBacking support 'share' and 'mem-path' parameter
...in the documentation. because the vhost-user backend based on 'share=on' parameter and libvirt support vhostuser i guess there maybe another way to support this parameter? this is my xml: <cpu> <numa> <cell id='0' cpus='0' memory='1048576' memAccess='shared'/> <cell id='1' cpus='1' memory='1048576' memAccess='shared'/> </numa> </cpu> <memoryBacking> <hugepages> <page size="2" unit="M" nodeset="0,1"/> </huge...
2012 Dec 03
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
Tobias Grosser wrote: > >I can then move the remaining tests in Cloog/CodeGen and duplicate them in > >Isl/CodeGen. What do you think? > > Fine with me (You probably just need to copy the remaining tests in > the top level directory). Ok, so I moved the OpenMP, GPGPU, and MemAccess dirs to the toplevel polly/test/{OpenMP,GPGPU,MemAccess} and then the remaining testcases to polly/test/Isl as that is executed both with and without Cloog. Sebastian -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2014 Oct 09
1
Re: is memoryBacking support 'share' and 'mem-path' parameter
...ser backend based on 'share=on' parameter and libvirt support vhostuser i guess there maybe another way to support this parameter? >> >> this is my xml: >> <cpu> >> <numa> >> <cell id='0' cpus='0' memory='1048576' memAccess='shared'/> >> <cell id='1' cpus='1' memory='1048576' memAccess='shared'/> > > this memAccess='shared' is exactly what you need in order for the > share='on' to be appended. I wonder why it's not there. What...
2012 Dec 03
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
...mple.ll ./OpenMP/clastvar_after_parallel_loop.ll ./OpenMP/add_memref.ll ./OpenMP/copy_in_argument.ll ./OpenMP/invalidate_subfn_scops.ll ./OpenMP/two_loop.ll ./OpenMP/parallel_loop.ll ./OpenMP/param_referenced_in_stmt.ll ./OpenMP/extract_memref.ll ./scev.ll ./single_do_loop_int_param_iterations.ll ./MemAccess/simple_analyze.ll ./MemAccess/simple.ll ./20110312-Fail-without-basicaa.ll ./GPGPU/3d_innermost_non_parallel.ll ./GPGPU/2d_innermost_parallel.ll ./test.ll The OpenMP ones are already guarded with have_cloog, and the GPGPU ones are also guarded. I could move all these except OpenMP/GPGPU to the Cl...
2012 Dec 03
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
...;>> I can then move the remaining tests in Cloog/CodeGen and duplicate them in >>> Isl/CodeGen. What do you think? >> >> Fine with me (You probably just need to copy the remaining tests in >> the top level directory). > > Ok, so I moved the OpenMP, GPGPU, and MemAccess dirs to the toplevel > polly/test/{OpenMP,GPGPU,MemAccess} and then the remaining testcases to Those are all cloog specific code generation tests. Please leave them as subdirectories of the cloog directory. > polly/test/Isl as that is executed both with and without Cloog. OK. Cheers Tob...
2012 Dec 03
1
[LLVMdev] [polly] removing cloog dependence in the testsuite
...the remaining tests in Cloog/CodeGen and duplicate them in > >>>Isl/CodeGen. What do you think? > >> > >>Fine with me (You probably just need to copy the remaining tests in > >>the top level directory). > > > >Ok, so I moved the OpenMP, GPGPU, and MemAccess dirs to the toplevel > >polly/test/{OpenMP,GPGPU,MemAccess} and then the remaining testcases to Ok, when we will have the OpenMP working with ISL codegen, we will adapt these testcases for Isl. Also note that all the vectorizer testcases will be in the Cloog test dir for now. When you subm...
2014 Sep 28
0
Re: what is the xml fomat about memory-backend-file
...unit='KiB' nodeset='0,2-3'/> >> </hugepages> >> </memoryBacking> >> >> > Thank you. > > I use this xml: > <cpu> > <numa> > <cell id='0' cpus='0' memory='1073741824' memAccess='shared'/> > <cell id='1' cpus='1' memory='1073741824' memAccess='shared'/> > </numa> > </cpu> > <memoryBacking> > <hugepages> > <page size="2" unit="M" nod...
2012 Dec 03
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
...gt; ./OpenMP/add_memref.ll > ./OpenMP/copy_in_argument.ll > ./OpenMP/invalidate_subfn_scops.ll > ./OpenMP/two_loop.ll > ./OpenMP/parallel_loop.ll > ./OpenMP/param_referenced_in_stmt.ll > ./OpenMP/extract_memref.ll > ./scev.ll > ./single_do_loop_int_param_iterations.ll > ./MemAccess/simple_analyze.ll > ./MemAccess/simple.ll > ./20110312-Fail-without-basicaa.ll > ./GPGPU/3d_innermost_non_parallel.ll > ./GPGPU/2d_innermost_parallel.ll > ./test.ll > The OpenMP ones are already guarded with have_cloog, and the GPGPU ones are also > guarded. OK thanks. Most of...
2017 Sep 23
3
Call for testing: OpenSSH 7.6
> Portable OpenSSH is also available via [...] Github: https://github.com/openssh/openssh-portable > > Running the regression tests supplied with Portable OpenSSH does not require installation and is a simply: > > $ ./configure && make tests I was going to try this on Kali Linux (latest version), but ran into trouble right away. No "configure" script exists
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On Thu, Jun 07, 2018 at 06:14:42PM -0700, PGNet Dev wrote: > On 6/7/18 6:08 PM, Darren Tucker wrote: > > Well the intent is you should be able to set CC and LD to whatever you > > want as long as they work. In this case, the OSSH_CHECK_LDFLAG_LINK > > test invokes autoconf's AC_LINK_IFELSE with uses CC not LD. I'm not > > sure what to do about it yet though. I
2018 Jun 07
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
...t: no Random number source: Privsep sandbox style: seccomp_filter Host: x86_64-pc-linux-gnu Compiler: /usr/bin/gcc-8 Compiler flags: -g -O2 -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -mfunction-return=thunk -mindirect-branch=thunk -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -fstack-protector-strong -fPIE Preprocessor flags: -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -D_DEFAULT_SOURCE Linker flags: -Wl,-z,retpoline...
2014 Oct 08
0
Re: is memoryBacking support 'share' and 'mem-path' parameter
...t;because the vhost-user backend based on 'share=on' parameter and libvirt support vhostuser i guess there maybe another way to support this parameter? > >this is my xml: > <cpu> > <numa> > <cell id='0' cpus='0' memory='1048576' memAccess='shared'/> > <cell id='1' cpus='1' memory='1048576' memAccess='shared'/> this memAccess='shared' is exactly what you need in order for the share='on' to be appended. I wonder why it's not there. What libvirt version are...
2019 Apr 01
2
Call for testing: OpenSSH 8.0 [AIX Fail]
...n of size between 509 and 1020 [-Wformat-truncation=] > snprintf(encoded, sizeof(encoded), "%s%s%c%s", HASH_MAGIC, uu_salt, not sure yet. . > gcc -O2 -mcpu=powerpc -D_LINUX_SOURCE_COMPAT -pipe -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security -Wsizeof-pointer-memaccess -Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -ftrapv -fno-builtin-memset -I. -I. -I/opt/freeware/include -I/opt/phs/include -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/lib...
2014 Sep 24
2
what is the xml fomat about memory-backend-file
Hi, I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'. How to write the XML file?
2018 Aug 29
3
Get full cmake lines and prepocessed source for a GCC bug report
Hi, for filing a GCC v8.2.0 bug in Debian/buster AMD64 the Debian/GCC mainatiners want two things... [ FULL CMAKE LINE ] How do I configure this in the LLVM/Clang build? Can I set an option of cmake? [ PREPROCESSED SOURCE FILES ] How and where do I get the preprocessed source? Do I need to set options for this in my build-script? My build-script is attached. Thanks in advance. Regards, -
2018 Aug 27
2
LLVM/Clang version 7.0.0rc2 fails with gcc (Debian 8.2.0-4)
...n/llvm/lib/Bitcode/Reader -Iinclude -I/home/sdi/src/llvm-toolchain/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-class-memaccess -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -UNDEBUG -fno-exceptions -fno-rtti -MD -MT lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o -MF lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/MetadataLoader.cpp.o.d -o lib/Bi...
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 With this change built ok. But patch must be quite different on my platform (see attached) for portable version. And, of course, after autoreconf run. 02.08.2016 10:55, Darren Tucker ?????: > --- a/configure.ac > +++ b/configure.ac > @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
2012 Sep 17
1
[Xen-devel] [ANNOUNCE] Xen 4.2 released!
...t: [Xen-devel] [ANNOUNCE] Xen 4.2 released! The Xen team is pleased to announce the release of Xen 4.2. The result of *18 months* of development, new features include: * Paging/sharing improvements for high-density VM environments (eg. VDI) * Enhancements to PV-HVM guest performance * Improved memaccess (guest introspection) support * EFI boot support, replacing the legacy BIOS boot environment * Improved RAS support * XL as the default toolstack; XEND officially deprecated * Upstream QEMU support, with its up-to-date feature list Detailed release notes, including a more extensive feature lis...
2018 Aug 29
2
LLVM/Clang version 7.0.0rc2 fails with gcc (Debian 8.2.0-4)
...t;>> -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra >>>>>> -Wno-unused-parameter -Wwrite-strings -Wcast-qual >>>>>> -Wno-missing-field-initializers -pedantic -Wno-long-long >>>>>> -Wno-maybe-uninitialized -Wno-class-memaccess >>>>>> -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color >>>>>> -ffunction-sections -fdata-sections -O3 -UNDEBUG -fno-exceptions >>>>>> -fno-rtti -MD -MT >>>>>> lib/Bitcode/Reader/CMakeFiles/LLVMBitReader.dir/Metad...