Displaying 20 results from an estimated 39 matches for "mem1".
Did you mean:
mem
2011 Nov 21
0
In-place modification of a matrix
...ies
rm(list=ls())
main <- function() {
matrix1 <- matrix(1.0, nrow=60000, ncol=200)
if (sum(matrix1) == 12000000) { print ("OK") } else { print ("NOT
OK") }
funcExample <- function() eval.parent(substitute({
print(paste("Mem1", memory.size()))
for (i in 1:30) {
eval(parse(text="temp <- matrix1[10,]"))
eval(parse(text="matrix1[10,] <- temp * 0"))
}
print(paste("Mem2", memory.size()))...
2023 Aug 29
2
[PATCH] virtio_balloon: Fix endless deflation and inflation on arm64
...\
-accel kvm -machine virt,gic-version=host -cpu host \
-smp maxcpus=8,cpus=8,sockets=2,clusters=2,cores=2,threads=1 \
-m 1024M,slots=16,maxmem=64G \
-object memory-backend-ram,id=mem0,size=512M \
-object memory-backend-ram,id=mem1,size=512M \
-numa node,nodeid=0,memdev=mem0,cpus=0-3 \
-numa node,nodeid=1,memdev=mem1,cpus=4-7 \
: \
-device virtio-balloon-pci,id=balloon0,bus=pcie.10
{ "execute"...
2014 May 28
2
samba 4.1.7 member server errors trying to access share(s)
...gin as my?"DOMAIN\Admin" and i try to access any share on my member server im getting? a popup with authorisation request.
when entering as "Administrator" it works, all other users/Admins not.
my 2 DC's? \\rtd-dc1?and \\rtd-dc2? i can access without any problem, but \\rtd-mem1? im getting the popup.
also tried \rtd-mem1\software but the same, popup.
?
I cant figure out where something is wrong, im missing something..
If someone can help me trace this, that would be nice. below is the info about the setup.
?
?
Client pc, domain joined, ?is Windows 7 64Bit, logged in a...
2023 Aug 31
2
[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
...\
-accel kvm -machine virt,gic-version=host -cpu host \
-smp maxcpus=8,cpus=8,sockets=2,clusters=2,cores=2,threads=1 \
-m 1024M,slots=16,maxmem=64G \
-object memory-backend-ram,id=mem0,size=512M \
-object memory-backend-ram,id=mem1,size=512M \
-numa node,nodeid=0,memdev=mem0,cpus=0-3 \
-numa node,nodeid=1,memdev=mem1,cpus=4-7 \
: \
-device virtio-balloon-pci,id=balloon0,bus=pcie.10
{ "execute"...
2023 Aug 30
1
[PATCH] virtio_balloon: Fix endless deflation and inflation on arm64
...chine virt,gic-version=host -cpu host \
> -smp maxcpus=8,cpus=8,sockets=2,clusters=2,cores=2,threads=1 \
> -m 1024M,slots=16,maxmem=64G \
> -object memory-backend-ram,id=mem0,size=512M \
> -object memory-backend-ram,id=mem1,size=512M \
> -numa node,nodeid=0,memdev=mem0,cpus=0-3 \
> -numa node,nodeid=1,memdev=mem1,cpus=4-7 \
> : \
> -device virtio-balloon-pci,id=balloon0,bus=pcie.10...
2017 Jan 02
2
RFC: Allowing @llvm.objectsize to be more conservative with null.
...efined_function()`, nothing else.
I meant to say that it looks like the semantics of ObjectSizeMin(X) is
that "return the conservative minimum object size for all values that
X may take at runtime" (resp. ObjectSizeMax(X)).
For instance this:
void i(int c, volatile int* sink) {
void* mem1 = malloc(20);
void* mem2 = malloc(40);
*sink = __builtin_object_size(c ? mem1 : mem2, 0);
*sink = __builtin_object_size(c ? mem1 : mem2, 2);
}
is lowered to
movl $40, (%rsi)
movl $20, (%rsi)
ret
by GCC.
Applying the same logic to malloc(N), since it returns...
2007 Dec 02
2
Optimised qmf_synth and iir_mem16
Hi all,
I've taken preglows ARM versions of qmf_synth and iir_mem16 from
rockboxes speex codec, and tweaked them a bit further for some more
speed.
I attach them here so you can review and take on any changes you
want.
Please let me know if you have questions etc.
Thanks,
Robin
--
Robin Watts, Email: <mailto:Robin.Watts@wss.co.uk>
Warm Silen...
2008 Jan 09
2
Polycom 550 IP SoundStation Fuzzy Voice Quality
...n
phones (i.e. two Polycom's) everything is crystal clear so it doesn't
appear to be a Polycom issue.
Here is the current information on the Polycom phone:
SoundPoint IP 550
Assembly: 2345-12500-001 Rev: A
BootBlock 2.7.0 (12500_001)
BootRom: 4.0.0.0423
SIP: v.2.2.0.0047
PolyDSP Titan Mem1 FS3 v1.7.0.0057
Here is my SIP config:
[2000]
type=friend
username=2000
password=sip-access
dtmfmode=rfc2833
mailbox=2000 at office
disallow=all
allow=ulaw
Any help would be appreciated.
Thanks,
Mike
2013 May 09
0
[LLVMdev] Predicated Vector Operations
...don't think we need to worry about it. What we need is predication at
> the expression tree leaves, which is why we're talking about loads and
> stores. For loads, there is no %oldvalue so we don't have to worry
> about it.
>
> %ra = ...
> if (%mask) {
> %rb = [mem1]
> }
> else {
> %rb = [mem2]
> }
> %rc = %ra + %rb
>
> Would be translated to:
>
> %ra = ...
>
> %rt = load [mem1], %mask
> %rf = load [mem2], ~%mask
>
> %rb = select %mask, %rt, %rf
> %rc = fadd %ra, %rb
>
> Since the input select defined all ve...
2016 May 18
1
[PATCH v3] launch: direct: Add DAX root filesystem support.
v2 -> v3:
- Rebase on top of the other patches.
Rich.
2016 May 17
1
[PATCH v2] launch: direct: Add DAX root filesystem support.
NOTE: not for upstream, yet.
v1 -> v2:
- Remove the dependency on enabling ACPI, since ACPI is now
enabled all the time.
Rich.
2020 Feb 20
5
GPO redirected folders reg path issue
We are not much off. But you have mixed "samba/window" and "windows/windows" settings.
Samba/windows \\%logonserver%\home\%username%\desktop
Windows/windows \\hostname.fqdn.tld\users\%username%\desktop
Guess, which one i use. ;-)
Now, do get where this is coming from.
So use this (add CNAME for you member server ), Note, you MUST setup PTR records.
2018 May 23
0
[PATCH RFCv2 0/4] virtio-mem: paravirtualized memory
...devices that provide little memory inititally.
> $ qemu-system-x86_64 -m 4G,maxmem=504G \
> -smp sockets=2,cores=2 \
> [...]
> -object memory-backend-ram,id=mem0,size=256G \
> -device virtio-mem-pci,id=vm0,memdev=mem0,node=0,size=4160M \
> -object memory-backend-ram,id=mem1,size=256G \
> -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,size=3G
>
> Query the configuration ('size' tells us the guest driver is active):
> (qemu) info memory-devices
> info memory-devices
> Memory device [virtio-mem]: "vm0"
> phys-addr: 0x1400...
2008 Jul 17
2
[LLVMdev] Casting between address spaces and address space semantics
...memory,
with the address space attribute to mark in which memory the array should be
allocated. This allows the backend to map the load and store instructions from
and to this array on the right target instructions, depending on the memory
used. For example:
__attribute__((address_space(1))) char mem1[100];
__attribute__((address_space(2))) char mem2[100];
Now, we are using a function which reads a value from one of these memories
and does some processing. Since we want to execute this function for multiple
memories, we make it accept a pointer in the generic address space (ie, no
address space...
2020 Feb 20
0
GPO redirected folders reg path issue
...CNAME : dc1 ns1 ldap1 ntp1
Hostname : sam-dc2.internal.domain.tld
IP : what you need/want. ( example 192.168.1.12 )
PTR : 12.0.168.192.in-addr.arpa
CNAME : dc1 ns2 ldap2 ntp2
For a MEMBER.
Hostname.FQDN.TLD : max 254chars, incl the .'s allowed chars: a-Z 0-9 -
Hostname : sam-mem1.internal.domain.tld
IP : what you need/want. ( example 192.168.1.21 )
PTR : 21.0.168.192.in-addr.arpa
CNAME : fs1 (fileserver1)
But also and this is just how may servers you setup.
Think in web1 proxy1 cluster1 etc etc. these are always the ALIASES.
And you can also say thing like t...
2020 Mar 02
0
[PATCH v1 00/11] virtio-mem: paravirtualized memory
...4G \
> -smp sockets=2,cores=2 \
> -numa node,nodeid=0,cpus=0-1 -numa node,nodeid=1,cpus=2-3 \
> [...]
> -object memory-backend-ram,id=mem0,size=100G,managed-size=on \
> -device virtio-mem-pci,id=vm0,memdev=mem0,node=0,requested-size=0M \
> -object memory-backend-ram,id=mem1,size=100G,managed-size=on \
> -device virtio-mem-pci,id=vm1,memdev=mem1,node=1,requested-size=1G
>
> Query the configuration:
> QEMU 4.2.50 monitor - type 'help' for more information
> (qemu) info memory-devices
> Memory device [virtio-mem]: "vm0"
> m...
2016 May 16
0
[PATCH] launch: direct: Add DAX root filesystem support.
...cleanup0;
+ }
+
+ ADD_CMDLINE ("-object");
+ /* share=off corresponds to mmap MAP_PRIVATE inside qemu, so
+ * this should not affect the underlying file. IOW parallel
+ * access should be fine.
+ */
+ ADD_CMDLINE_PRINTF ("memory-backend-file,id=mem1,share=off,"
+ "mem-path=%s,size=%" PRIu64 "b",
+ appliance, (uint64_t) statbuf.st_size);
ADD_CMDLINE ("-device");
- ADD_CMDLINE (VIRTIO_BLK ",drive=appliance");
- }
+ ADD_CMDLINE (&quo...
2016 Dec 02
3
Samba and kerberized NFSv4
Am 2016-12-02 12:12, schrieb Rowland Penny via samba:
> On Fri, 2 Dec 2016 11:05:50 +0100
> Matthias Kahle via samba <samba at lists.samba.org> wrote:
>
>> > Does it work if you manually add
>> > userPrincipalName=CLIENT02.DOMAIN.TLD to your clients ldap entry
>> > and reexport the keytab?
>>
>> I already thought about trying that. So by now,
2019 Dec 18
0
[RFC 00/13] virtio-iommu on non-devicetree platforms
...ful.
> I am not sure how it is handled today in QEMU in terms of guest-host
> NUMA proximity domain mapping.
It looks like the user can specify this guest-host mapping on the
command-line:
-object memory-backend-ram,id=mem0,size=4G,host-nodes=3,policy=bind
-object memory-backend-ram,id=mem1,size=4G,host-nodes=4,policy=bind
-numa node,memdev=mem0,nodeid=numa0
-numa node,memdev=mem1,nodeid=numa1
-numa cpu,node-id=numa0,socket-id=0
-numa cpu,node-id=numa1,socket-id=1
numa0 and numa1 would get proximity domains 0 and 1, corresponding to host
domains 3 and 4. It is also possible t...
2013 May 07
6
[LLVMdev] Predicated Vector Operations
I'm trying to understand how predicated/masked instructions can be
generated in llvm, specifically an instruction where a set bit in the mask
will write the new result into the corresponding vector lane in the
destination and a clear bit will cause the lane in the destination to
remain what it was before the instruction executed.
I've seen a few places that suggest 'select' is the