You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,4 +104,38 @@ Quick links:
104
104
105
105
### Contribute
106
106
107
-
Contributions of any kind are welcome! Please refer to [this document](https://github.com/arrayfire/arrayfire/blob/master/CONTRIBUTING.md) to learn more about how you can get involved with ArrayFire.
107
+
Contributions of any kind are welcome! Please refer to
Kloppenborg, B., Malcolm, James and Melonakos, J. (2015).
122
+
ArrayFire - A high performance software library for parallel computing with an
123
+
easy-to-use API. Atlanta: AccelerEyes. Retrieved from https://github.com/arrayfire/arrayfire
124
+
```
125
+
126
+
BibTeX:
127
+
```bibtex
128
+
@misc{Yalamanchili2015,
129
+
abstract = {ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple. ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable. A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs.},
130
+
address = {Atlanta},
131
+
author = {Yalamanchili, Pavan and Arshad, Umar and Mohammed, Zakiuddin and Garigipati, Pradeep and Entschev, Peter and Kloppenborg, Brian and Malcolm, James and Melonakos, John},
132
+
publisher = {AccelerEyes},
133
+
title = {{ArrayFire - A high performance software library for parallel computing with an easy-to-use API}},
134
+
url = {https://github.com/arrayfire/arrayfire},
135
+
year = {2015}
136
+
}
137
+
```
138
+
139
+
ArrayFire development is funded by ArrayFire LLC and several third parties,
140
+
please see the list of [acknowledgements](https://github.com/arrayfire/arrayfire/blob/master/ACKNOWLEDGEMENTS.md) for further details.
Kloppenborg, B., Malcolm, James and Melonakos, J. (2015).
142
+
ArrayFire - A high performance software library for parallel computing with an
143
+
easy-to-use API. Atlanta: AccelerEyes. Retrieved from https://github.com/arrayfire/arrayfire
144
+
```
145
+
146
+
BibTeX:
147
+
```bibtex
148
+
@misc{Yalamanchili2015,
149
+
abstract = {ArrayFire is a high performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple. ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable. A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs.},
150
+
address = {Atlanta},
151
+
author = {Yalamanchili, Pavan and Arshad, Umar and Mohammed, Zakiuddin and Garigipati, Pradeep and Entschev, Peter and Kloppenborg, Brian and Malcolm, James and Melonakos, John},
152
+
publisher = {AccelerEyes},
153
+
title = {{ArrayFire - A high performance software library for parallel computing with an easy-to-use API}},
154
+
url = {https://github.com/arrayfire/arrayfire},
155
+
year = {2015}
156
+
}
157
+
```
158
+
159
+
ArrayFire development is funded by ArrayFire LLC and several third parties,
160
+
please see the list of [acknowledgements](https://github.com/arrayfire/arrayfire/blob/master/ACKNOWLEDGEMENTS.md) for further details.
0 commit comments