Differences between revisions 4 and 5
Revision 4 as of 2015-12-12 00:45:56
Size: 836
Editor: SamatJain
Comment:
Revision 5 as of 2016-02-20 23:33:32
Size: 1062
Editor: SamatJain
Comment: Details about Wordpress Website
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Wordpress Website ==

Image slider plugin: https://github.com/kavyasukumar/imgSlider. Need to upgrade to 2.0, works in mobile. Can be scripted to have automatic sliding.

Carousel: http://owlgraphic.com/owlcarousel/

Wordpress Website

Image slider plugin: https://github.com/kavyasukumar/imgSlider. Need to upgrade to 2.0, works in mobile. Can be scripted to have automatic sliding.

Carousel: http://owlgraphic.com/owlcarousel/

Project management

InnoBright project management

Altus v1.1 updates and fixes

CL_ERRORS

CL_INVALID_DEVICE (-33)

  • clGetDeviceIDs: should never occur. Happens when 2nd arg, device_type, is an invalid value. Appears to only be called w/ a valid value in Altus_Standalone.

CL_INVALID_WORK_DIMENSION (-53)

Official documentation: Returned by clEnqueueNDRangeKernel if work_dim is not a valid value.

Valid value is 0 < work_dim <= 3.

Called with value of 3 throughout Altus_Standalone codebase; does not appear to have a way to be triggered?

SamatsWiki: Innobright (last edited 2017-04-26 04:52:26 by SamatJain)