25%
02.08.2021
SGEMM
for N = [2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192]
A = single( rand(N,N) );
B = single( rand(N,N) );
start = clock();
C = A*B;
elapsedTime = etime(clock(), start
25%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
25%
09.01.2013
the instructions for installing Python 2.7 from the PUIAS repo [22]. In case you are wondering, PUIAS is a project of the members of Princeton University and the Institute for Advanced Studies (IAS). Although
25%
25.10.2011
authentication_algorithm pre_shared_key;
08 dh_group modp1024;
09 }
10 generate_policy off;
11 }
12
13 sainfo address 192.168.2.0/24 any address 172.16.0.0/16 any {
14 pfs_group modp1024;
15
25%
07.06.2019
"),
+ stringsAsFactors = FALSE)
> dat$c <- 2 * dat$a
> dat$sum <- dat$a + dat$b
>
> # dplyr
> dat <- data_frame(a = c(10, 11, 12),
+ b = c(4, 5, 6),
+ colour = c("blue", "green
25%
04.02.2014
----------------------------------------------------------------------------------------------------
20 Seq Scan on mail (cost=0.00..5628.25 rows=4 width=961) (actual
21 time=2.401..1519.809 rows=672 loops=1)
22 Filter: (msg ~ '(updatable|views)'::text)
23 Rows Removed by Filter: 40148
24
25%
14.08.2017
/contacts/Rheik"
20 },
21 {
22 "id": "2",
23 "name": "Paul",
24 "link": "http
25%
09.01.2013
----------------------------------------------------------------------------------------------------
20 Seq Scan on mail (cost=0.00..5628.25 rows=4 width=961) (actual
21 time=2.401..1519.809 rows=672 loops=1)
22 Filter: (msg ~ '(updatable|views)'::text)
23 Rows Removed by Filter: 40148
24
25%
07.04.2022
server in Azure, Amazon Elastic Compute Cloud (AWS EC2), or Google Compute, you have to pay attention to the correct firewall settings when creating the VM. In addition to SSH port 22, you need to allow
25%
05.12.2019
-created
09 - event: comment-added
10 comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*RECHECK
11 success:
12 gerrit:
13 # return to Gerrit Verified+1
14 Verified: 1
15