18%
19.09.2019
= np.array([10, 20, 30, 40])
print('a+b:\n', add_ufunc(a, b))
The answer should be:
a+b:
[11 22 33 44]
In the previous example, you had to put everything that was to run on the GPU into a single Numba
18%
20.08.2012
the -p
option:
# nc -p 16000 examplehost.tld 22
To add a timeout for latency testing, you could use the -w
parameter followed by the number of seconds – 30 seconds, for example:
# nc -p 16000 -w 30
18%
03.02.2022
command, except it lists all of the cores at once.
Listing 4
Real or SMT? Method 2
$ cat $(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0
18%
22.05.2012
fipscheck.x86_64 0:1.2.0-7.el6 fipscheck-lib.x86_64 0:1.2.0-7.el6
gamin.x86_64 0:0.1.10-9.el6 gdbm.x86_64 0:1.8.0-36.el6 glib2.x86_64 0:2.22
18%
27.09.2021
Ubuntu Startup Improvement
Distribution
AMI Tested
OS Boot (s)
Service Start (s)
Total (s)
Trusty (14.04)
ami-05dc324761386f3a9
14.581
3
18%
10.06.2014
",
22 "description": "public"
23 }
24 ],
25 "ssh_key": true
26 },
27 "disk_driver": "virtio",
28 "nic_driver": "virtio",
29 "uuid": "555793a9-3c32-4eb9-ae81-f
18%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
18%
04.08.2020
->tv_nsec) * 1E-9;
24 }
25
26 int main(int argc, char* argv[argc+1]) {
27 if (argc < 2) {
28 fprintf(stderr, "Usage: %s NNN, NNN iterations\n",
29 argv[0]);
30 return EXIT_FAILURE;
31 }
32
18%
11.06.2014
Your identification has been saved in /root/.ssh/id_rsa.
07 Your public key has been saved in /root/.ssh/id_rsa.pub.
08 The key fingerprint is:
09 9b:e4:e2:27:92:04:4a:9b:ee:82:cc:9f:4d:4b:4d:c1 root
18%
06.10.2022
,18,20}.04, and other base images are provided by the Ignite GitHub project [5].
To create and run a microVM with an Alpine base image, execute
sudo ignite run weaveworks/ignite-alpine -n myalpinemvm -i --ssh
The run