File tree 3 files changed +29
-0
lines changed
3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
+
3
+ #######################################################
4
+ # Copyright (c) 2015, ArrayFire
5
+ # All rights reserved.
6
+ #
7
+ # This file is distributed under 3-clause BSD license.
8
+ # The complete license agreement can be obtained at:
9
+ # http://arrayfire.com/licenses/BSD-3-Clause
10
+ ########################################################
11
+
2
12
import arrayfire as af
3
13
4
14
# Display backend information
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
+
3
+ #######################################################
4
+ # Copyright (c) 2015, ArrayFire
5
+ # All rights reserved.
6
+ #
7
+ # This file is distributed under 3-clause BSD license.
8
+ # The complete license agreement can be obtained at:
9
+ # http://arrayfire.com/licenses/BSD-3-Clause
10
+ ########################################################
11
+
2
12
from random import random
3
13
from time import time
4
14
from arrayfire import (array , randu )
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
3
+ #######################################################
4
+ # Copyright (c) 2015, ArrayFire
5
+ # All rights reserved.
6
+ #
7
+ # This file is distributed under 3-clause BSD license.
8
+ # The complete license agreement can be obtained at:
9
+ # http://arrayfire.com/licenses/BSD-3-Clause
10
+ ########################################################
11
+
3
12
import arrayfire as af
4
13
import math
5
14
You can’t perform that action at this time.
0 commit comments